Skip to content

Commit

Permalink
lock version on phpunit7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppshobi committed Oct 26, 2019
1 parent cf288bf commit b0308ba
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 88 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ script:
- "docker pull valeriansaliou/sonic:v1.2.2"
- "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"
- "sudo $PWD/.travis/wait-for-it.sh 127.0.0.1:1491"
- "phpunit --coverage-clover=coverage.xml"
- "vendor/bin/phpunit --coverage-clover=coverage.xml"
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"search engine"
],
"require": {
"php": "^7.0"
"php": "~7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down
Loading

0 comments on commit b0308ba

Please sign in to comment.