Skip to content

Commit

Permalink
Remove deprecated option from composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
giggsey committed Aug 4, 2015
1 parent babda8c commit 319fd64
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 @@ -17,7 +17,7 @@ php:

before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev --no-interaction
- php composer.phar install --no-interaction
- mkdir -p build/logs

script:
Expand Down

0 comments on commit 319fd64

Please sign in to comment.