2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-11-13 13:10:40 +00:00
sisyphus/.travis.yml
2017-02-22 23:09:24 +00:00

14 lines
138 B
YAML

language: go
go:
- 1.7
- 1.8.x
- master
before_install:
- curl https://glide.sh/get | sh
- glide install
script:
- go test