mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

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.
9 lines
64 B
YAML
9 lines
64 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
|
|
script:
|
|
- ./test
|