Skip to content

Commit

Permalink
Fix coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed Sep 2, 2016
1 parent a754f20 commit b295968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -29,4 +29,4 @@ script:
- if [[ $CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi

after_script:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/coveralls -v --coverage_clover=clover.xml ; fi
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then mkdir -p build/logs && ./vendor/bin/coveralls -v --coverage_clover=clover.xml ; fi

0 comments on commit b295968

Please sign in to comment.