open-vault/.travis.yml
2015-04-28 22:17:59 -04:00

18 lines
158 B
YAML

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