Skip to content

Commit c160a22

Browse files
authored
Merge pull request #53 from slackhq/fix-tests
Use latest 1.x version of go
2 parents 3dc3147 + 6699b72 commit c160a22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
language: go
22

33
go:
4-
- 1.7.x
5-
- 1.8.x
6-
- 1.9.x
7-
- tip
4+
- 1.x
85

96
install:
107
- go get github.com/kardianos/govendor

0 commit comments

Comments
 (0)