Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit cd78e3b

Browse files
committed
Updated to 1.1.2 version
1 parent f2c52dc commit cd78e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
before_script:
2929
- export PATH="$HOME/.composer/vendor/bin:$PATH"
3030
- |
31-
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." && -z "$HHVM" ]]; then
31+
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." && -v "$HHVM" ]]; then
3232
composer global require "phpunit/phpunit=5.7.*"
3333
else
3434
composer global require "phpunit/phpunit=4.8.*"

0 commit comments

Comments
 (0)