Update travis config
to only test on 1.8.x, and ensure we route to Ubuntu Trusty and a recent macOS image.
This commit is contained in:
parent
4b90d79a68
commit
8164aa88ca
15
.travis.yml
15
.travis.yml
@ -1,27 +1,18 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
go:
|
go: 1.8.x
|
||||||
- 1.6.x
|
|
||||||
- 1.7.x
|
|
||||||
- 1.8.x
|
|
||||||
- master
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
|
||||||
- go: master
|
|
||||||
include:
|
include:
|
||||||
- go: 1.6.x
|
|
||||||
os: osx
|
|
||||||
- go: 1.7.x
|
|
||||||
os: osx
|
|
||||||
- go: 1.8.x
|
- go: 1.8.x
|
||||||
os: osx
|
os: osx
|
||||||
|
osx_image: xcode8.3
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/urfave/gfmrun/... || true
|
- go get github.com/urfave/gfmrun/... || true
|
||||||
|
Loading…
Reference in New Issue
Block a user