remove windows and linux builds from travis, since we do those on circle now.
This commit is contained in:
parent
57e56a0b43
commit
1ab8dab707
10
.travis.yml
10
.travis.yml
|
@ -2,8 +2,6 @@ env:
|
||||||
- USER=travis GO111MODULE=off
|
- USER=travis GO111MODULE=off
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- windows
|
|
||||||
- linux
|
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
@ -13,12 +11,6 @@ language: go
|
||||||
go:
|
go:
|
||||||
- 1.12.x
|
- 1.12.x
|
||||||
|
|
||||||
before_install:
|
|
||||||
- >
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "windows" ]];
|
|
||||||
then choco install -y make;
|
|
||||||
fi
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- df -h
|
- df -h
|
||||||
- make ci
|
- make ci
|
||||||
|
@ -28,6 +20,4 @@ branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
- os: windows
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in New Issue