Skip to content

Commit

Permalink
travis correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dimmir committed May 24, 2017
1 parent e61cd16 commit 07512e4
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 @@ -24,4 +24,4 @@ script:
- if [ "$COVERAGE" == "1" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;

after_script:
- if [ "$COVERAGE" == "1" ]; then travis_retry php vendor/bin/coveralls -v fi;
- if [ "$COVERAGE" == "1" ]; then travis_retry php vendor/bin/coveralls -v; fi;

0 comments on commit 07512e4

Please sign in to comment.