Skip to content

Commit 2053140

Browse files
committed
Fixed Travis and build for Go 1.5.
1 parent 6a23158 commit 2053140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ go:
77
- 1.2
88
- 1.3
99
- 1.4
10+
- 1.5
1011
- tip
1112

1213
install:
13-
- go get code.google.com/p/goconf/conf
14+
- go get github.com/dlintw/goconf
1415
- go get github.com/strukturag/httputils
1516
- go get -d -v ./... && go build -v ./...

0 commit comments

Comments
 (0)