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:
Dan Buch 2017-08-03 15:07:56 -04:00
parent 4b90d79a68
commit 8164aa88ca
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

View File

@ -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