Test latest version of Go as well, but allow failures

This commit is contained in:
Dale Hui 2018-09-13 04:44:36 -07:00
parent 6f233b3b58
commit f517029483
1 changed files with 8 additions and 3 deletions

View File

@ -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