1
0
Fork 0
mirror of https://github.com/Luzifer/vault-openvpn.git synced 2024-11-14 11:02:45 +00:00
vault-openvpn/vendor/github.com/pierrec/lz4/.travis.yml

19 lines
192 B
YAML
Raw Normal View History

language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
matrix:
fast_finish: true
allow_failures:
- go: master
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race