Skip to content

Commit ff7bab8

Browse files
author
James Bardin
committed
Update travis config
- Use go1.5 - remove go tip, since it breaks go-dockerclient which has a vendor directory in the source
1 parent 59ee40a commit ff7bab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: go
22
go:
3-
- 1.4
4-
- tip
3+
- 1.5
54
install:
65
- go get github.com/robfig/glock
76
- make deps

0 commit comments

Comments
 (0)