Skip to content

Commit 67a9e52

Browse files
committed
Use phpunit from vendor dir
Signed-off-by: Michal Čihař <[email protected]>
1 parent 64c8eba commit 67a9e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install:
2727
- composer install
2828

2929
script:
30-
- phpunit --configuration phpunit.xml
30+
- ./vendor/bin/phpunit --configuration phpunit.xml
3131
- cd examples
3232
- php create_shapefile.php
3333
- php read_point.php > /dev/null

0 commit comments

Comments
 (0)