1
0
Fork 0
mirror of https://github.com/emojisum/emojisum.git synced 2025-02-17 06:27:51 +00:00

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

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