Update travis

This commit is contained in:
Hanzei 2018-08-08 22:28:40 +02:00 committed by Sergey Kamardin
parent f00a7392b4
commit f756513aec
1 changed files with 10 additions and 6 deletions

View File

@ -1,11 +1,15 @@
sudo: false
language: go
go:
- 1.7
- 1.8
- 1.9
- "1.7.X"
- "1.8.X"
- "1.9.X"
- "1.10.X"
- master
matrix:
allow_failures:
- go: master
fast_finish: true
script:
- go test -v ./...