Skip to content

Commit

Permalink
Remove dev flag for composer from travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
acurrieclark committed Nov 13, 2019
1 parent 99fe269 commit 0411e9d
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 @@ -6,6 +6,6 @@ php:

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

script: phpunit

0 comments on commit 0411e9d

Please sign in to comment.