Skip to content

Commit 91510de

Browse files
committed
Force phpunit version
1 parent f5af66e commit 91510de

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ php:
1515
before_script:
1616
- composer update
1717

18-
script: phpunit
18+
script: vendor/bin/phpunit

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"require": {
1515
"php": "^5.3 || ^7.0"
1616
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^4.5"
19+
},
1720
"autoload": {
1821
"psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" }
1922
},

0 commit comments

Comments
 (0)