mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-22 08:54:41 +00:00
16 lines
145 B
YAML
16 lines
145 B
YAML
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- 1.7.1
|
|
- tip
|
|
|
|
script: make updatedeps test testrace
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|