File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ sudo: required
2
2
dist : trusty
3
3
language : php
4
4
php :
5
- - " 7.2"
6
5
- " 7.1"
7
- - " 7.0"
8
6
9
7
services :
10
8
- docker
@@ -22,7 +20,7 @@ install:
22
20
sudo apt-get -o Dpkg::Options::="--force-confdef" \
23
21
-o Dpkg::Options::="--force-confold" --assume-yes install docker-engine --allow-unauthenticated
24
22
- docker version
25
- - mkdir -p build/logs
23
+
26
24
# Update docker-compose via pip
27
25
- sudo pip install docker-compose
28
26
- docker-compose version
Original file line number Diff line number Diff line change 3
3
sleep 3 &&
4
4
composer install --prefer-source --no-interaction &&
5
5
php ./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 &&
7
8
php ./vendor/bin/php-coverall -v
You can’t perform that action at this time.
0 commit comments