File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 7.1
5
5
env :
6
6
global :
7
- - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-progress --optimize-autoloader"
7
+ # We need to prefer source to get PHPStan test directory. Otherwise, it is removed from ZIP
8
+ - DEFAULT_COMPOSER_FLAGS="--no-interaction --no-progress --optimize-autoloader --prefer-source"
8
9
- TASK_TESTS=1
9
10
- TASK_TESTS_COVERAGE=0
10
11
- TASK_CS=1
18
19
before_install :
19
20
- travis_retry composer global require $DEFAULT_COMPOSER_FLAGS hirak/prestissimo
20
21
install :
21
- - travis_retry composer install $DEFAULT_COMPOSER_FLAGS $COMPOSER_FLAGS
22
+ - travis_retry composer update $DEFAULT_COMPOSER_FLAGS $COMPOSER_FLAGS
22
23
- composer info -D | sort
24
+ - mkdir tmp
23
25
script :
24
26
- vendor/bin/phpunit --verbose;
25
27
after_success :
You can’t perform that action at this time.
0 commit comments