open-vault/.travis.yml
2016-08-19 11:03:53 -04:00

22 lines
190 B
YAML

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