open-vault/.travis.yml
2015-04-28 16:07:21 -04:00

16 lines
142 B
YAML

language: go
go:
- 1.4
- tip
branches:
only:
- master
install:
- go get github.com/tools/godep
script:
- make test testrace