etcd/.travis.yml
Gyu-Ho Lee bbdd3c5f0e travis, test: allow failures with gotip
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.
2015-12-04 11:16:59 -08:00

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