1
0
mirror of https://github.com/Luzifer/vault-openvpn.git synced 2024-09-21 10:32:57 +00:00
vault-openvpn/vendor/github.com/hashicorp/vault/.travis.yml

25 lines
261 B
YAML
Raw Normal View History

sudo: required
dist: trusty
language: go
services:
- docker
go:
- 1.9
matrix:
allow_failures:
- go: tip
branches:
only:
- master
- travis-testing
script:
- make bootstrap
- travis_wait 75 make test
- travis_wait 75 make testrace