Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tawfekov committed May 17, 2014
1 parent c37322d commit 8c41ae9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ env:
- DB=sqlite

before_script:
- phpversion=$(phpenv version); if [[ $phpversion =~ 5\.3\.3.* ]]; then composer install --dev --prefer-source; else composer install --dev; fi;
- phpversion=$(phpenv version); if [[ $phpversion =~ 5\.3\.3.* ]]; then curl -s https://getcomposer.org/installer | php && php composer.phar install --dev --prefer-source; else curl -s https://getcomposer.org/installer | php && php composer.phar install --dev; fi;
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE zf2entityaudit;'; fi"
- curl -s https://getcomposer.org/installer | php && php composer.phar update --prefer-source --dev


script:
- phpunit
- php coverage-checker.php clover.xml 92

0 comments on commit 8c41ae9

Please sign in to comment.