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 fd7f0ba commit c37322d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -19,10 +19,9 @@ matrix:
env:
- DB=mysql
- DB=sqlite
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libssl-dev openssl

before_script:
- phpversion=$(phpenv version); if [[ $phpversion =~ 5\.3\.3.* ]]; then composer install --dev --prefer-source; else composer 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

Expand Down

0 comments on commit c37322d

Please sign in to comment.