aboutsummaryrefslogtreecommitdiffstats
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.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/vendor/github.com/urfave/cli/.travis.yml b/vendor/github.com/urfave/cli/.travis.yml
new file mode 100644
index 0000000000..94836d750e
--- /dev/null
+++ b/vendor/github.com/urfave/cli/.travis.yml
@@ -0,0 +1,39 @@
+language: go
+
+sudo: false
+
+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
+- if [ ! -f node_modules/.bin/markdown-toc ] ; then
+ npm install markdown-toc ;
+ fi
+
+script:
+- ./runtests gen
+- ./runtests vet
+- ./runtests test
+- ./runtests gfmrun
+- ./runtests toc