Skip to content

Commit

Permalink
added test script to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deadcheat committed Jun 13, 2018
1 parent 07f22d5 commit 8611abe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before_install:
install:
- $GOPATH/bin/glide install
script:
- go test -coverprofile=goblet.coverprofile
- go test -coverprofile=goblet.coverprofile github.com/deadcheat/goblet
- go test -coverprofile=goblet-presenter.coverprofile github.com/deadcheat/goblet/generator/presenter/file
- go test -coverprofile=goblet-repository.coverprofile github.com/deadcheat/goblet/generator/repository/regexp
- go test -coverprofile=goblet-usecase.coverprofile github.com/deadcheat/goblet/generator/usecase/file
- $HOME/gopath/bin/gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci

0 comments on commit 8611abe

Please sign in to comment.