Skip to content

Commit

Permalink
chore: send code coverage to Coveralls only after a successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
whizark committed Feb 20, 2016
1 parent 59fffca commit e5f4379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
- npm run-script lint-travis
- composer test-travis

after_script:
after_success:
- vendor/bin/coveralls --verbose

notifications:
Expand Down

0 comments on commit e5f4379

Please sign in to comment.