You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
sudo: false
2
1
language: php
3
2
4
3
cache:
@@ -23,16 +22,17 @@ matrix:
23
22
- php: 7.1
24
23
- php: 7.2
25
24
- php: 7.3
26
-
- php: 'nightly'
27
-
- php: hhvm
25
+
- php: 7.4
26
+
- php: nightly
27
+
- php: hhvm-3.18
28
28
dist: trusty
29
29
allow_failures:
30
-
- php: 'nightly'
31
-
- php: hhvm
30
+
- php: nightly
31
+
- php: hhvm-3.18
32
32
33
33
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
0 commit comments