Skip to content

Commit 17239a3

Browse files
committed
update for travis ci builds
1 parent 2ec9386 commit 17239a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ after_success:
2525
- bash <(curl -s https://codecov.io/bash)
2626

2727
script:
28-
- phpunit --coverage-clover=coverage.xml
28+
- vendor/bin/phpunit --coverage-clover=coverage.xml

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
}
3838
},
3939
"scripts": {
40-
"test": "phpunit --bootstrap vendor/autoload.php tests"
40+
"test": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
4141
}
4242
}

0 commit comments

Comments
 (0)