File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
/.gitignore export-ignore
6
6
/.scrutinizer.yml export-ignore
7
7
/.travis.yml export-ignore
8
+ /build
9
+ /composer.lock
8
10
/phpunit.xml export-ignore
9
11
/tests export-ignore
12
+ /vendor
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_script:
24
24
- chmod +x *.sh
25
25
26
26
script :
27
- - ./pu-${PU_FILE}.sh
27
+ - ./tests/ pu-${PU_FILE}.sh
28
28
29
29
after_success :
30
30
- travis_retry php vendor/bin/php-coveralls -v
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ rm composer.json
19
19
mv original-composer.json composer.json
20
20
21
21
mkdir -p ./build/logs
22
- vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22
+ php -n vendor/bin/phpunit --configuration phpunit-54.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23
23
rm phpunit-54.xml
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ rm composer.json
19
19
mv original-composer.json composer.json
20
20
21
21
mkdir -p ./build/logs
22
- vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
22
+ php -n vendor/bin/phpunit --configuration phpunit-55.xml --coverage-text --coverage-clover ./build/logs/clover.xml
23
23
rm phpunit-55.xml
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ rm composer.json
18
18
mv original-composer.json composer.json
19
19
20
20
mkdir -p ./build/logs
21
- vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
21
+ php -n vendor/bin/phpunit --configuration phpunit.xml --coverage-text --coverage-clover ./build/logs/clover.xml
You can’t perform that action at this time.
0 commit comments