open-vault/.travis.yml

30 lines
395 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:
- 1.6.2
# tip is currently using go1.4.1, which we're not compatible with, so always
# fails
# - tip
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