We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c8eba commit 67a9e52Copy full SHA for 67a9e52
1 file changed
.travis.yml
@@ -27,7 +27,7 @@ install:
27
- composer install
28
29
script:
30
- - phpunit --configuration phpunit.xml
+ - ./vendor/bin/phpunit --configuration phpunit.xml
31
- cd examples
32
- php create_shapefile.php
33
- php read_point.php > /dev/null
0 commit comments