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

Commit

Permalink
Merge pull request #642 from localheinz/fix/dev
Browse files Browse the repository at this point in the history
Fix: Dev dependencies are installed by default
  • Loading branch information
fzaninotto committed Jul 20, 2015
2 parents b1abe41 + f2d6fea commit 747bf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ sudo: false

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- travis_retry composer install --no-interaction --prefer-source

script: make sniff test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vendor/autoload.php:
composer install --no-interaction --prefer-source --dev
composer install --no-interaction --prefer-source

.PHONY: sniff
sniff: vendor/autoload.php
Expand Down

0 comments on commit 747bf29

Please sign in to comment.