We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2407b0 commit 33b798dCopy full SHA for 33b798d
.travis.yml
@@ -23,5 +23,5 @@ before_script:
23
- composer install --prefer-source
24
25
script:
26
- - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then phpunit --testdox --verbose; fi;'
+ - sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then phpunit --verbose; fi;'
27
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "hhvm-nightly" ]; then hhvm -c travis.hhvm.ini ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit; fi;'
0 commit comments