Skip to content

Commit bd320f5

Browse files
authored
Merge pull request #22 from iafan/travis-cfg-change
Use 'master' instead of 'tip' for Travis config
2 parents 190f588 + 8ff5f94 commit bd320f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go:
44
- 1.6.x
55
- 1.7.x
66
- 1.8.x
7-
- tip
7+
- master
88
install:
99
- go get -t -v ./...
1010
script:

0 commit comments

Comments
 (0)