Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
remove deprecated --dev option in composer install at .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 12, 2015
1 parent 9ad0d5f commit 7bf2c3d
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 @@ -7,7 +7,7 @@ php:

install:
- sudo apt-get install parallel
- composer install --dev --prefer-source
- composer install --prefer-source
- vendor/bin/bowerphp install

before_script:
Expand Down

0 comments on commit 7bf2c3d

Please sign in to comment.