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