open-vault/.travis.yml

22 lines
198 B
YAML
Raw Normal View History

2015-04-29 02:09:55 +00:00
sudo: false
2015-04-28 21:05:16 +00:00
2015-04-28 19:51:47 +00:00
language: go
go:
2015-09-22 15:46:51 +00:00
- 1.5.1
2015-04-28 19:51:47 +00:00
- tip
2015-04-29 02:24:43 +00:00
matrix:
allow_failures:
- go: tip
2015-04-28 19:51:47 +00:00
branches:
only:
- master
2015-04-28 20:07:21 +00:00
install:
- go get github.com/tools/godep
2015-04-28 19:51:47 +00:00
script:
- make test testrace