open-vault/.travis.yml
2016-08-09 12:31:37 -04:00

22 lines
193 B
YAML

sudo: required
language: go
services:
- docker
go:
- 1.7rc6
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- travis-testing
script:
- make test testrace