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

This allows tests to fail with Go tip, because go tip branch might not be stable. This replaces https://github.com/coreos/etcd/pull/3953.
20 lines
162 B
YAML
20 lines
162 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.4
|
|
- 1.5
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libpcap-dev
|
|
|
|
script:
|
|
- ./test
|