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