We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3bd8 commit a69d5d4Copy full SHA for a69d5d4
.travis.yml
@@ -31,5 +31,8 @@ script:
31
- find . -type f | xargs misspell -source=text
32
- go test -v ./...
33
- 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
+
+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