forked from mirror/afero
Update Travis config
This commit is contained in:
parent
eb0cc807c2
commit
f0b36a98d3
|
@ -1,6 +1,13 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
|
- 1.5.4
|
||||||
|
- 1.6.2
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
- go build
|
- go build
|
||||||
|
|
Loading…
Reference in New Issue