diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-12 08:47:04 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-12 08:47:04 +0200 |
commit | 4bd22e5ef149af62245c23e97962bc69a47de42a (patch) | |
tree | f5ee540539a6aa51e871fa139b374b837c43c1b0 | |
parent | f0af13f31755332e1e7fc641b1693f00e6e033d6 (diff) |
Allow build failures for PHP 7.0 and HHVM.
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d0eac46..52eec87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,10 @@ php: - 7.0 - hhvm +matrix: + allow_failures: + - php: 7.0 + - php: hhvm + script: - ./scripts/cibuild.sh |