open-vault/.travis.yml

27 lines
302 B
YAML
Raw Normal View History

2016-06-30 16:13:07 +00:00
sudo: required
2015-04-28 21:05:16 +00:00
2015-04-28 19:51:47 +00:00
language: go
2016-06-30 16:13:07 +00:00
services:
- docker
2015-04-28 19:51:47 +00:00
go:
2016-07-22 14:59:19 +00:00
- 1.7rc3
2015-04-28 19:51:47 +00:00
2015-04-29 02:24:43 +00:00
matrix:
allow_failures:
- go: tip
2015-04-28 19:51:47 +00:00
branches:
only:
- master
- travis-testing
# Having an install function stops Travis from trying to do automagic things
# with godep
install:
- true
2015-04-28 19:51:47 +00:00
script:
- make test testrace