open-vault/.travis.yml
2015-12-17 16:38:43 -05:00

22 lines
198 B
YAML

sudo: false
language: go
go:
- 1.5.2
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- go get github.com/tools/godep
script:
- make test testrace