Skip to content

Commit 9f34b6b

Browse files
authored
Merge branch 'v3-dev' into type-params
2 parents 4d05ef4 + d454340 commit 9f34b6b

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
@@ -18,5 +18,5 @@ script:
1818
- golint .
1919
- go test -cover -race -count=1 -timeout=30s -run .
2020
- go test -covermode=count -coverprofile=coverage.out -timeout=90s -run .
21-
- if [ "$TRAVIS_BRANCH" = "master" ]; then $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
21+
- if test ! -z "$COVERALLS_TOKEN"; then $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
2222
- cd bench; go test -run=Bench.* -bench=. -benchmem; cd ..

0 commit comments

Comments
 (0)