Merge pull request #754 from dgsb/bug/753

Update go versions in travis configuration.
This commit is contained in:
Simon Eskildsen 2018-05-15 00:41:04 -04:00 committed by GitHub
commit 620a8739dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
language: go language: go
go: go:
- 1.6.x
- 1.7.x
- 1.8.x - 1.8.x
- 1.9.x
- 1.10.x
- tip - tip
env: env:
- GOMAXPROCS=4 GORACE=halt_on_error=1 - GOMAXPROCS=4 GORACE=halt_on_error=1