Skip to content

Commit

Permalink
The cake is a lie.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazalt committed Sep 6, 2016
1 parent 03e641e commit 2aab307
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 @@ -18,6 +18,6 @@ script:
- phpunit --coverage-clover build/logs/clover.xml

after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php vendor/bin/coveralls -v; fi;'
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

script: phpunit tests/CalculusTest.php

0 comments on commit 2aab307

Please sign in to comment.