1
0
mirror of https://github.com/rancher/os.git synced 2025-08-02 15:31:15 +00:00
os/vendor/github.com/rcrowley/go-metrics/.travis.yml
2016-06-06 08:08:00 -07:00

15 lines
206 B
YAML

language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script:
- ./validate.sh
# this should give us faster builds according to
# http://docs.travis-ci.com/user/migrating-from-legacy/
sudo: false