Skip to content

Commit f7bc145

Browse files
committed
Override test script for Travis
By default Travis runs `go test ./...` as the test script, which fails on the examples. Change it to `go test -short`.
1 parent 8df0eae commit f7bc145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
language: go
2+
3+
script: go test -short

0 commit comments

Comments
 (0)