Skip to content

Commit bc736d7

Browse files
committed
Dont use scripts/plugins when updating packages on TravisCI
1 parent 6d2735d commit bc736d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ php:
2020
- 5.6
2121
- nightly
2222
- hhvm
23-
23+
2424
before_install:
2525
- composer self-up
2626
- composer config --global github-oauth.github.com $GITHUB_OAUTH_TOKEN
2727

2828
install:
29-
- composer update --no-interaction --prefer-stable --no-suggest $PREFER_LOWEST
29+
- composer update --no-interaction --prefer-stable --prefer-dist --no-suggest --no-scripts --no-plugins $PREFER_LOWEST
3030

3131
script:
3232
- ./vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
3333
- ./vendor/bin/behat -f progress
34-
34+
3535
after_script:
3636
- wget https://scrutinizer-ci.com/ocular.phar
3737
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

0 commit comments

Comments
 (0)