open-vault/.travis.yml

23 lines
196 B
YAML

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