Skip to content

Commit

Permalink
Merge branch 'master' of github.com+Zazalt:Zazalt/Chronos
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazalt committed Feb 3, 2017
2 parents dd8e0cd + b79730d commit 32c5cbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ before_script:
- composer install --no-interaction --prefer-source

script:
- phpunit --coverage-clover build/logs/clover.xml
- phpunit tests/ChronosTest.php

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

script: phpunit tests/ChronosTest.php
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

0 comments on commit 32c5cbb

Please sign in to comment.