Skip to content

Commit 7340ecb

Browse files
committed
Adding install to figure out build error bypass
1 parent 9f4c5f4 commit 7340ecb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go:
44
- 1.3
55
- 1.4
66
- tip
7+
8+
install:
9+
- go get -v "github.com/op/go-logging"
710

811
script:
9-
- go test -run="TestJustToTest"
12+
- go test -run="TestJustToTest"

0 commit comments

Comments
 (0)