Skip to content

Commit

Permalink
Add SourceClear
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Aug 31, 2017
1 parent 1d4349f commit c4e300d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: go
before_install:
- go get github.com/mattn/goveralls
script:
- goveralls -v -service travis-ci -repotoken $COVERALLS_TOKEN -ignore=cmd/minify/* || go test -v ./...
- goveralls -v -service travis-ci -repotoken $COVERALLS_TOKEN -ignore=cmd/minify/* || go test -v ./...
addons:
srcclr: true

0 comments on commit c4e300d

Please sign in to comment.