Skip to content

Commit

Permalink
travis: re-add goveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Oct 5, 2017
1 parent 26a29ef commit 945a3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@ script:
- while ! echo exit | nc localhost 4444; do sleep 1; done
- ./scripts/test-e2e.sh
- ./scripts/run-genswag.sh
- goveralls -service=travis-ci -coverprofile=coverage.txt

after_success:
- |-
[ "${TRAVIS_TAG}" != "" ] && gox -ldflags "-X github.com/ory/hydra/cmd.Version=`git describe --tags` -X github.com/ory/hydra/cmd.BuildTime=`TZ=UTC date -u '+%Y-%m-%dT%H:%M:%SZ'` -X github.com/ory/hydra/cmd.GitHash=`git rev-parse HEAD`" -output "dist/{{.Dir}}-{{.OS}}-{{.Arch}}"
before_deploy:
- npm version --no-git-tag-version $(git describe --tag)

Expand Down

0 comments on commit 945a3b4

Please sign in to comment.