summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/urfave/cli/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/urfave/cli/.travis.yml')
-rw-r--r--vendor/github.com/urfave/cli/.travis.yml28
1 files changed, 8 insertions, 20 deletions
diff --git a/vendor/github.com/urfave/cli/.travis.yml b/vendor/github.com/urfave/cli/.travis.yml
index 94836d750e..cf8d0980dc 100644
--- a/vendor/github.com/urfave/cli/.travis.yml
+++ b/vendor/github.com/urfave/cli/.travis.yml
@@ -1,32 +1,20 @@
language: go
-
sudo: false
+dist: trusty
+osx_image: xcode8.3
+go: 1.8.x
+
+os:
+- linux
+- osx
cache:
directories:
- node_modules
-go:
-- 1.2.x
-- 1.3.x
-- 1.4.2
-- 1.5.x
-- 1.6.x
-- 1.7.x
-- master
-
-matrix:
- allow_failures:
- - go: master
- include:
- - go: 1.6.x
- os: osx
- - go: 1.7.x
- os: osx
-
before_script:
- go get github.com/urfave/gfmrun/... || true
-- go get golang.org/x/tools/... || true
+- go get golang.org/x/tools/cmd/goimports
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
npm install markdown-toc ;
fi