This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/Godeps/_workspace/src/github.com/rcrowley/go-metrics/.travis.yml
T
2015-11-17 21:23:17 +01:00

14 lines
196 B
YAML

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