open-vault/.travis.yml

16 lines
142 B
YAML
Raw Normal View History

2015-04-28 19:51:47 +00:00
language: go
go:
- 1.4
- tip
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