Parcourir la source

Let 7.4 snapshot fail for now

Justin Hileman il y a 6 ans
Parent
commit
a04f70e8b5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -22,6 +22,7 @@ matrix:
       dist: trusty
   allow_failures:
     - php: hhvm
+    - php: 7.4snapshot
 
 script:
   - '[[ "$TRAVIS_PHP_VERSION" = 5.2* ]] && phpunit || vendor/bin/phpunit --verbose'