Skip to content

Commit

Permalink
updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan7 committed Sep 20, 2016
1 parent 4f577dc commit c0e1e2b
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 @@ -11,7 +11,7 @@ before_script:
- composer install --dev --no-interaction

script:
- phpunit --coverage-clover build/logs/clover.xml tests
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml tests

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

0 comments on commit c0e1e2b

Please sign in to comment.