open-vault/.travis.yml

19 lines
152 B
YAML

sudo: false
language: go
go:
- 1.6
- tip
matrix:
allow_failures:
- go: tip
branches:
only:
- master
script:
- make test testrace