Browse Source

Merge pull request #257 from dereuromark/dereuromark-patch-1

php74
Mark Sch 6 years ago
parent
commit
29a0a64d46
1 changed files with 4 additions and 8 deletions
  1. 4 8
      .travis.yml

+ 4 - 8
.travis.yml

@@ -2,8 +2,7 @@ language: php
 
 php:
   - 5.6
-  - 7.3
-  - 7.4snapshot
+  - 7.4
 
 env:
   matrix:
@@ -28,17 +27,14 @@ matrix:
     - php: 5.6
       env: PREFER_LOWEST=1
 
-    - php: 7.2
+    - php: 7.3
       env: CHECKS=1 DEFAULT=0
 
-    - php: 7.2
+    - php: 7.3
       env: CODECOVERAGE=1 DEFAULT=0
 
-  allow_failures:
-    - php: 7.4snapshot
-
 before_install:
-  - if [[ ${TRAVIS_PHP_VERSION} != "7.4snapshot" ]]; then phpenv config-rm xdebug.ini ; fi
+  - phpenv config-rm xdebug.ini
 
 before_script:
   - if [[ $PREFER_LOWEST != 1 ]]; then composer install --prefer-source --no-interaction ; fi