Skip to content

Commit

Permalink
Travis / Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Jan 16, 2015
1 parent cb694a4 commit bfb3abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_install:
- curl -sS https://getcomposer.org/installer | php

before_script:
- phpversion=$(phpenv version); if [[ $phpversion =~ 5\.3\.3.* ]]; then composer.phar install --dev --prefer-source; else composer.phar install --dev; fi;
- phpversion=$(phpenv version); if [[ $phpversion =~ 5\.3\.3.* ]]; then php composer.phar install --dev --prefer-source; else php composer.phar install --dev; fi;

script:
- (cd test ; phpunit -c phpunit.xml)
Expand Down

0 comments on commit bfb3abf

Please sign in to comment.