urfave-cli/.travis.yml

40 lines
521 B
YAML
Raw Normal View History

2013-07-20 16:02:10 +00:00
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
2016-05-21 12:46:18 +00:00
include:
- go: 1.6.x
2016-05-24 00:21:14 +00:00
os: osx
- go: 1.7.x
os: osx
2014-07-14 17:48:52 +00:00
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
2014-07-14 17:48:52 +00:00
script:
- ./runtests gen
- ./runtests vet
- ./runtests test
2016-07-16 13:12:42 +00:00
- ./runtests gfmrun
- ./runtests toc