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
|
||||
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
go:
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- master
|
||||
go: 1.8.x
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: master
|
||||
include:
|
||||
- go: 1.6.x
|
||||
os: osx
|
||||
- go: 1.7.x
|
||||
os: osx
|
||||
- go: 1.8.x
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
|
||||
before_script:
|
||||
- go get github.com/urfave/gfmrun/... || true
|
||||
|
Loading…
Reference in New Issue
Block a user