open-vault/.travis.yml
2016-01-26 12:47:45 -05:00

22 lines
198 B
YAML

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