Browse Source

allow php7.1 to fail

Anto 9 years ago
parent
commit
d4d0852496
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -44,6 +44,7 @@ matrix:
 
   allow_failures:
     - php: hhvm
+    - php: 7.1
 
 before_install:
   - if [ $HHVM != 1 && $TRAVIS_PHP_VERSION != 7.* ]; then phpenv config-rm xdebug.ini; fi