Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Jan 17, 2018
1 parent c050930 commit 247ef8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ before_install:
- go get github.com/mattn/goveralls
- go get github.com/Masterminds/glide
- go get github.com/jteeuwen/go-bindata
- glide install
script:
- go test -v -covermode=count -coverprofile=coverage.out ./...
- goveralls -coverprofile=coverage.out -service travis-ci -repotoken $COVERALLS_TOKEN
Expand Down

0 comments on commit 247ef8b

Please sign in to comment.