Browse Source

HHVM nightly is core-dumping again skip it for now.

Mark Story 11 years ago
parent
commit
4728826f1d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -28,6 +28,7 @@ matrix:
       env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'
   allow_failures:
     - php: 7.0
+    - php: hhvm-nightly
 
 before_script:
   - composer self-update