Skip to content

Commit

Permalink
Remove obsolete --dev option
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Jul 17, 2016
1 parent 4abb72a commit ce1e7c7
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 @@ -22,7 +22,7 @@ notifications:
before_script:
- rm composer.lock
- composer self-update -n
- composer install --dev -n
- composer install -n

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit ce1e7c7

Please sign in to comment.