Skip to content

Commit

Permalink
Fixed path for Travis composer
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 19, 2014
1 parent 27e43ee commit 4a13cde
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 @@ before_script:
- curl -s http://getcomposer.org/installer | php
- cp app/config/production/database.example.php app/config/database.php
- cp app/config/production/mail.example.php app/config/mail.php
- php composer.phar self-update
- php /home/travis/.phpenv/versions/5.6/bin/composer self-update
- php composer.phar validate
- php composer.phar install --prefer-source --no-interaction --dev
- php artisan key:generate
Expand Down

0 comments on commit 4a13cde

Please sign in to comment.