Skip to content

Commit

Permalink
Using "install" instead of "before_script" and explicitly set "--dev"…
Browse files Browse the repository at this point in the history
… argument

for Composer.

Signed-off-by: Florian Wolters <wolters.fl@gmail.com>
  • Loading branch information
FlorianWolters committed Aug 24, 2014
1 parent 7056caf commit 2e7bacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ matrix:
allow_failures:
- php: hhvm

before_script:
install:
- composer selfupdate
- composer install --prefer-source
- composer install --prefer-source --dev
- wget https://scrutinizer-ci.com/ocular.phar

script:
Expand Down

0 comments on commit 2e7bacb

Please sign in to comment.