Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Commit

Permalink
Remove --dev flag in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Mar 15, 2015
1 parent c477b81 commit 5496708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ php:

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

after_script: php vendor/bin/coveralls

Expand Down

0 comments on commit 5496708

Please sign in to comment.