Merge pull request #18 from emojisum/travis

travis: more golang versions
This commit is contained in:
Vincent Batts 2017-11-17 11:33:46 -05:00 committed by GitHub
commit f7096793d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
language: go
go:
- 1.7.4
- 1.6.3
- 1.x
- 1.9.x
- 1.8.x
- 1.7.x
- 1.6.x
sudo: false