Kaynağa Gözat

Test on HHVM nightly releases. Allow to fail.

Nightly releases could change in unpredictable way.
So they should not fail the whole build.

However we could catch problems and breaking changes
on next versions of HHVM early.
Haralan Dobrev 10 yıl önce
ebeveyn
işleme
3667e18885
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -18,6 +18,11 @@ php:
   - 5.6
   - 7.0
   - hhvm
+  - hhvm-nightly
+
+matrix:
+  allow_failures:
+    - php: hhvm-nightly
 
 before_script:
     - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini