mirror of
https://github.com/status-im/consul.git
synced 2025-02-04 18:03:39 +00:00
25b09713b9
Embrace the future and use Go 1.6's vendor support via Godep. Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
15 lines
128 B
YAML
15 lines
128 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|