k3s/vendor/github.com/urfave/cli/.travis.yml

28 lines
418 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
language: go
sudo: false
dist: trusty
osx_image: xcode8.3
2019-09-05 18:55:53 +00:00
go: 1.11.x
2019-01-12 04:58:27 +00:00
os:
- linux
- osx
cache:
directories:
- node_modules
before_script:
- go get github.com/urfave/gfmrun/... || true
- go get golang.org/x/tools/cmd/goimports
- if [ ! -f node_modules/.bin/markdown-toc ] ; then
npm install markdown-toc ;
fi
script:
- ./runtests gen
- ./runtests vet
- ./runtests test
- ./runtests gfmrun
- ./runtests toc