Skip to content

Commit 9937fb4

Browse files
Merge pull request #179 from dvrkps/patch-1
RM-24272 travis: update go versions
2 parents af7475f + 982b1fc commit 9937fb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: go
22

33
go:
4-
- 1.7
5-
- 1.8
4+
- 1.7.x
5+
- 1.8.x
6+
- 1.9.x
67
- tip
78

89
before_install: go get golang.org/x/tools/cmd/cover

0 commit comments

Comments
 (0)