Skip to content

Commit 33b798d

Browse files
committed
Tweaked travis script
1 parent d2407b0 commit 33b798d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ before_script:
2323
- composer install --prefer-source
2424

2525
script:
26-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then phpunit --testdox --verbose; fi;'
26+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm-nightly" ]; then phpunit --verbose; fi;'
2727
- 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

Comments
 (0)