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

Commit

Permalink
Fix: Dev dependencies are installed by default
Browse files Browse the repository at this point in the history
localheinz committed Jul 17, 2015
1 parent b1abe41 commit f2d6fea
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
@@ -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

0 comments on commit f2d6fea

Please sign in to comment.