Skip to content

Commit 454b69f

Browse files
committed
Merge branch 'master' of https://github.com/0x19/goesl
2 parents 4737eb1 + 107358b commit 454b69f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

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

812
script:
9-
- go test -run="TestJustToTest"
13+
- go test -run="TestJustToTest"

0 commit comments

Comments
 (0)