We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf4f50 commit 38aadebCopy full SHA for 38aadeb
.travis.yml
@@ -21,7 +21,7 @@ before_script:
21
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-source; fi
22
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-source; fi
23
24
-script: phpunit -c tests/phpunit.xml.dist
+script: php vendor/bin/phpunit -c tests/phpunit.xml.dist
25
26
notifications:
27
irc: "irc.freenode.org#jackalope"
0 commit comments