Skip to content

Commit eabae39

Browse files
authoredSep 11, 2017
Merge pull request #80 from AlekSi/patch-1
Bump Go versions
2 parents 3084677 + d5c0282 commit eabae39

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎.travis.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: go
22

33
go:
4-
- 1.6
5-
- 1.7
6-
- 1.8
7-
- tip
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
- 1.9.x
8+
- master
89

910
before_script:
1011
- git version

0 commit comments

Comments
 (0)
Please sign in to comment.