Skip to content

Commit

Permalink
remove dev option
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Apr 23, 2015
1 parent 1ee5e61 commit 3e2624f
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
Expand Up @@ -14,7 +14,7 @@ matrix:

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:
- phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit 3e2624f

Please sign in to comment.