We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4c5f4 commit 7340ecbCopy full SHA for 7340ecb
.travis.yml
@@ -4,6 +4,9 @@ go:
4
- 1.3
5
- 1.4
6
- tip
7
+
8
+install:
9
+ - go get -v "github.com/op/go-logging"
10
11
script:
- - go test -run="TestJustToTest"
12
+ - go test -run="TestJustToTest"
0 commit comments