Browse Source

Require PHP7 to pass.

Require PHP7 tests to pass, and allow coverage generation to fail
without breaking the build.

PHP7 has been pretty stable lately, while coverage has not. Switch the
two around to keep builds passing more often.
Mark Story 10 years ago
parent
commit
22dda34616
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -37,7 +37,7 @@ matrix:
       env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'
 
   allow_failures:
-    - php: 7.0
+    - env: COVERALLS=1 DEFAULT=0
 
     - php: hhvm