open-vault/.travis.yml
2017-01-23 12:46:05 -05:00

23 lines
206 B
YAML

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