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

24 lines
224 B
YAML
Raw Normal View History

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