Skip to content

Commit b0308ba

Browse files
committed
lock version on phpunit7
1 parent cf288bf commit b0308ba

File tree

3 files changed

+85
-88
lines changed

3 files changed

+85
-88
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ script:
1616
- "docker pull valeriansaliou/sonic:v1.2.2"
1717
- "docker run -d -p 1491:1491 -v $PWD/sonic.cfg:/etc/sonic.cfg -v /tmp/sonic:/var/lib/sonic/store/ valeriansaliou/sonic:v1.2.0"
1818
- "sudo $PWD/.travis/wait-for-it.sh 127.0.0.1:1491"
19-
- "phpunit --coverage-clover=coverage.xml"
19+
- "vendor/bin/phpunit --coverage-clover=coverage.xml"
2020
after_success:
2121
- bash <(curl -s https://codecov.io/bash)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"search engine"
1010
],
1111
"require": {
12-
"php": "^7.0"
12+
"php": "~7.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^7.0"

0 commit comments

Comments
 (0)