We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e83a03 commit 591608fCopy full SHA for 591608f
.travis.yml
@@ -40,6 +40,6 @@ cache:
40
directories:
41
- $HOME/.composer/cache
42
43
-script:
44
- - if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml ; fi
+script:
+ - if [ "$DOCS" != "yes" ] ; then ./vendor/bin/phpunit --configuration phpunit.xml.dist ; fi
45
- if [ "$DOCS" = "yes" ] ; then ./vendor/bin/sami.php --no-interaction update ./tools/sami-config.php ; fi
0 commit comments