Skip to content

Commit a69d5d4

Browse files
author
Dean Karn
committed
update .travis.yml
1 parent 26e3bd8 commit a69d5d4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ script:
3131
- find . -type f | xargs misspell -source=text
3232
- go test -v ./...
3333
- go test -race
34-
- overalls -project="github.com/go-playground/pure" -covermode=count -ignore=.git,examples -debug
35-
- goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN
34+
35+
after_success: |
36+
[ $TRAVIS_GO_VERSION = 1.8.1 ] &&
37+
overalls -project="github.com/go-playground/pure" -covermode=count -ignore=.git,examples -debug &&
38+
goveralls -coverprofile=overalls.coverprofile -service travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)