mirror of https://github.com/gobwas/glob.git
Update travis
This commit is contained in:
parent
f00a7392b4
commit
f756513aec
16
.travis.yml
16
.travis.yml
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue