Skip to content

Commit

Permalink
CircleCi add back coveralls webhook and see if that works
Browse files Browse the repository at this point in the history
  • Loading branch information
gaqzi committed Jul 12, 2015
1 parent fcab1a7 commit 77bd401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ test:
override:
- case $CIRCLE_NODE_INDEX in 0) COVERALLS_REPO_TOKEN='' rvm-exec 2.0.0-p645 bundle exec rspec ;; 1) rvm-exec 2.1.6 bundle exec rspec ;; 2) COVERALLS_REPO_TOKEN='' rvm-exec 2.2.2 bundle exec rspec ;; esac:
parallel: true
notify:
webhooks:
- url: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN

0 comments on commit 77bd401

Please sign in to comment.