Skip to content

Commit 2f41a12

Browse files
committed
Changed travis script to only test top level files
1 parent 8e1e7de commit 2f41a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ install:
88
- "curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh"
99
- "dep ensure"
1010
build:
11-
- "go test -v ./..."
11+
- "go test -v ./*.go"

0 commit comments

Comments
 (0)