mirror of https://github.com/status-im/migrate.git
Test latest version of Go as well, but allow failures
This commit is contained in:
parent
6f233b3b58
commit
f517029483
11
.travis.yml
11
.travis.yml
|
@ -1,9 +1,14 @@
|
|||
language: go
|
||||
sudo: required
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
- "1.11.x"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: master
|
||||
include:
|
||||
# Supported versions of Go: https://golang.org/dl/
|
||||
- go: "1.10.x"
|
||||
- go: "1.11.x"
|
||||
- go: master
|
||||
|
||||
go_import_path: github.com/golang-migrate/migrate
|
||||
|
||||
|
|
Loading…
Reference in New Issue