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

Commit f2c52dc

Browse files
committed
Updated to 1.1.2 version
1 parent 93a6e24 commit f2c52dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ matrix:
2121
fast_finish: true
2222
include:
2323
- php: hhvm
24-
env: TRAVIS_PHP_VERSION=5.6
24+
env: HHVM=1
2525
allow_failures:
2626
- php: nightly
2727

2828
before_script:
2929
- export PATH="$HOME/.composer/vendor/bin:$PATH"
3030
- |
31-
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
31+
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." && -z "$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)