File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ sudo: required
22dist : trusty
33language : php
44php :
5- - " 7.2"
65 - " 7.1"
7- - " 7.0"
86
97services :
108 - docker
@@ -22,7 +20,7 @@ install:
2220 sudo apt-get -o Dpkg::Options::="--force-confdef" \
2321 -o Dpkg::Options::="--force-confold" --assume-yes install docker-engine --allow-unauthenticated
2422 - docker version
25- - mkdir -p build/logs
23+
2624 # Update docker-compose via pip
2725 - sudo pip install docker-compose
2826 - docker-compose version
Original file line number Diff line number Diff line change 33sleep 3 &&
44composer install --prefer-source --no-interaction &&
55php ./vendor/bin/phpunit &&
6- php ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml &&
6+ mkdir -p ./build/logs &&
7+ php ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml &&
78php ./vendor/bin/php-coverall -v
You can’t perform that action at this time.
0 commit comments