etcd/.travis.yml
Jonathan Boulle 516be7a781 travis: only run unit tests
Travis has chronic problems successfully running the integration suite -
and we've successfully moved to Semaphore for that purpose - but can
still be useful as a fail-fast option for testing unit tests and formatting.
2015-10-26 12:47:15 -07:00

9 lines
64 B
YAML

language: go
sudo: false
go:
- 1.4
- 1.5
script:
- ./test