2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-11-13 13:10:40 +00:00
sisyphus/.travis.yml
Carlo Strub 87aebe185e travis
2017-02-22 23:17:28 +00:00

20 lines
219 B
YAML

language: go
go:
- 1.7
- 1.8.x
- master
cache:
directories:
- $GOPATH/src
- $GOPATH/pkg
before_install:
- mkdir $GOPATH/bin
- curl https://glide.sh/get | sh
- glide install
script:
- go test