Browse Source

Merge pull request #6024 from cakephp/skip-hhvm

HHVM nightly is core-dumping again skip it for now.
ADmad 11 years ago
parent
commit
d66ba9ccf6
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'
       env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'
   allow_failures:
   allow_failures:
     - php: 7.0
     - php: 7.0
+    - php: hhvm-nightly
 
 
 before_script:
 before_script:
   - composer self-update
   - composer self-update