remove windows and linux builds from travis, since we do those on circle now.

This commit is contained in:
Megan Marsh 2019-05-08 10:15:39 -07:00
parent 57e56a0b43
commit 1ab8dab707
1 changed files with 0 additions and 10 deletions

View File

@ -2,8 +2,6 @@ env:
- USER=travis GO111MODULE=off
os:
- windows
- linux
- osx
sudo: false
@ -13,12 +11,6 @@ language: go
go:
- 1.12.x
before_install:
- >
if [[ "$TRAVIS_OS_NAME" == "windows" ]];
then choco install -y make;
fi
script:
- df -h
- make ci
@ -28,6 +20,4 @@ branches:
- master
matrix:
allow_failures:
- os: windows
fast_finish: true