Skip to content

Commit

Permalink
remove deprecated --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Nov 2, 2015
1 parent 7ecaf52 commit d0dd154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ before_script:
- sudo cat /etc/apache2/sites-available/default
- sudo /etc/init.d/apache2 restart
- composer self-update
- composer install --dev --prefer-dist
- composer install --prefer-dist
- sudo cp -f tests/travis-ci/behat.yml behat.yml

# Set MySQL configuration and create the database.
Expand Down

0 comments on commit d0dd154

Please sign in to comment.