Skip to content

Commit

Permalink
Require PHP7 to pass.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markstory committed Jun 28, 2015
1 parent 7d7b787 commit 22dda34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit 22dda34

Please sign in to comment.