Skip to content

Commit

Permalink
Using source for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 13, 2013
1 parent addd54c commit ee1bd30
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 @@ -10,7 +10,7 @@ before_script:
- cd ZendSkeletonApplication
- cp ../DoctrineModule/.travis/composer.json ./
- curl -s http://getcomposer.org/installer | php
- php composer.phar install
- php composer.phar install --dev --prefer-source
- rm -rf vendor/doctrine/doctrine-module
- cp -r ../DoctrineModule vendor/doctrine/doctrine-module
- rm config/application.config.php && cp ../DoctrineModule/.travis/application.config.php config/
Expand Down

0 comments on commit ee1bd30

Please sign in to comment.