Files
plugin-drone-jenkins/.travis.yml
T
2017-01-16 11:55:28 +08:00

23 lines
249 B
YAML

sudo: required
language: go
go:
- 1.6.x
- 1.7.x
- tip
cache:
directories:
- vendor
- ${HOME}/.glide
before_install:
- mkdir -p $GOPATH/bin
- curl https://glide.sh/get | sh
install:
- make dep_install
script:
- make test