Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
travis: remove deprecated composer --dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Mar 1, 2015
1 parent b938005 commit 3647d58
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 @@ -29,7 +29,7 @@ before_install:
- php .travis.composer.php

install:
- composer install --no-interaction --prefer-source --dev
- composer install --no-interaction --prefer-source
- if [ $PREFER_LOWEST = 'true' ]; then composer update --prefer-lowest --prefer-stable; fi

script:
Expand Down

0 comments on commit 3647d58

Please sign in to comment.