Browse Source

Check PHP74

Mark Sch 6 years ago
parent
commit
14849f2d36
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -3,6 +3,7 @@ language: php
 php:
   - 5.6
   - 7.3
+  - 7.4snapshot
 
 env:
   matrix:
@@ -33,6 +34,9 @@ matrix:
     - php: 7.2
       env: CODECOVERAGE=1 DEFAULT=0
 
+  allow_failures:
+    - php: 7.4snapshot
+
 before_install:
   - phpenv config-rm xdebug.ini