mirror of
https://github.com/emojisum/emojisum.git
synced 2025-02-13 04:37:50 +00:00
travis: more golang versions
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
85d3b16c68
commit
d100da0a0f
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue