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

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix: Dev dependencies are installed by default
  • Loading branch information
localheinz committed Jul 17, 2015
1 parent b1abe41 commit f2d6fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
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
@@ -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 f2d6fea

Please sign in to comment.