Skip to content

Commit

Permalink
Composer is specific when removing: we remove it from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed May 30, 2018
1 parent e040110 commit 4ca0cd7
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
@@ -1,7 +1,7 @@
language: php
install:
# We do not use it in unit tests.
- composer remove friendsofphp/php-cs-fixer
- composer remove --dev friendsofphp/php-cs-fixer
- composer install
php:
- 5.4
Expand Down

0 comments on commit 4ca0cd7

Please sign in to comment.