travis: Add golang 1.10.x to builds

This commit is contained in:
James Shubin
2018-02-18 13:58:11 -05:00
parent bc91b03276
commit d99190b166

View File

@@ -4,6 +4,7 @@ os:
- osx - osx
go: go:
- 1.9.x - 1.9.x
- 1.10.x
- tip - tip
go_import_path: github.com/purpleidea/mgmt go_import_path: github.com/purpleidea/mgmt
sudo: true sudo: true
@@ -17,6 +18,7 @@ script: 'make test'
matrix: matrix:
fast_finish: false fast_finish: false
allow_failures: allow_failures:
- go: 1.10.x
- go: tip - go: tip
- os: osx - os: osx
notifications: notifications: