Skip to content

Commit

Permalink
Removed the repo-token from travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Jun 1, 2017
1 parent 4fc3779 commit 3de17c4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ script:
- cp etc/conf/app.conf common/cron/conf/app.conf
- cd common/cron
- ginkgo -r -v -cover -coverprofile=cron.coverprofile ./...
- $HOME/gopath/bin/goveralls -coverprofile=cron.coverprofile -service=travis-ci -repotoken ${REPOTOKEN}

env:
global:
- secure: "Needs to be generated by Admin of ServiceComb/service-center 'travis encrypt REPOTOKEN=tokennnn'"

- $HOME/gopath/bin/goveralls -coverprofile=cron.coverprofile -service=travis-ci

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 3de17c4

Please sign in to comment.