Skip to content
This repository has been archived by the owner on Dec 25, 2018. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jul 12, 2015
1 parent 00993a0 commit 10d8b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ before_script:
- if [ -z "$dependencies" ]; then composer install; fi;
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi;
- if [ "$dependencies" = "highest" ]; then composer update -n; fi;
- composer show -i

## Run the actual test
script: php vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit 10d8b1e

Please sign in to comment.