Skip to content

Commit 9153066

Browse files
GrahamCampbellerayd
authored andcommitted
Test on PHP 7.4 and HHVM (3.18 explicitly) (#605)
* Test on PHP 7.4 and HHVM (3.18 explicitly) * Update .travis.yml
1 parent 0107607 commit 9153066

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: php
32

43
cache:
@@ -23,16 +22,17 @@ matrix:
2322
- php: 7.1
2423
- php: 7.2
2524
- php: 7.3
26-
- php: 'nightly'
27-
- php: hhvm
25+
- php: 7.4
26+
- php: nightly
27+
- php: hhvm-3.18
2828
dist: trusty
2929
allow_failures:
30-
- php: 'nightly'
31-
- php: hhvm
30+
- php: nightly
31+
- php: hhvm-3.18
3232

3333
before_install:
34-
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
35-
- if [[ "$TRAVIS_PHP_VERSION" = "hhvm" || "$TRAVIS_PHP_VERSION" = "nightly" ]]; then sed -i '/^.*friendsofphp\/php-cs-fixer.*$/d' composer.json; fi
34+
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm-3.18" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
35+
- if [[ "$TRAVIS_PHP_VERSION" = "hhvm-3.18" || "$TRAVIS_PHP_VERSION" = "nightly" ]]; then sed -i '/^.*friendsofphp\/php-cs-fixer.*$/d' composer.json; fi
3636

3737
install:
3838
- travis_retry composer install --no-interaction --prefer-dist

0 commit comments

Comments
 (0)