Skip to content

Commit

Permalink
Added missing build directive to replace secret file
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsvec committed Jul 16, 2014
1 parent 4d6513d commit 62f0882
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ before_script:
- echo "127.0.0.1 chuck.l" | sudo tee -a /etc/hosts
- sudo a2enmod rewrite
- sudo /etc/init.d/apache2 restart
# init app
- mv app/config/secret.neon.dist app/config/secret.neon
# install all dependencies
- composer self-update
- composer install --no-interaction --dev --prefer-source
Expand Down

0 comments on commit 62f0882

Please sign in to comment.