Skip to content

Commit 831f833

Browse files
author
mpackard@wayfair.com
committed
using composer-installed phpunit
1 parent bbe94a9 commit 831f833

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ before_script:
1414

1515
# Commands you want to run that will verify your build.
1616
script:
17-
- phpunit --coverage-text --coverage-clover=coverage.clover
17+
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
1818

1919
after_success:
2020
- bash <(curl -s https://codecov.io/bash)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ramsey/uuid": "^3.5"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "^5.7"
11+
"phpunit/phpunit": "5.7"
1212
},
1313
"license": "BSD-2-Clause",
1414
"authors": [

0 commit comments

Comments
 (0)