summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFred Emmott <fredemmott@fb.com>2014-01-14 20:12:35 +0100
committerFred Emmott <fredemmott@fb.com>2014-01-14 20:12:35 +0100
commit2e8ee6e5c4a4355d4330918b4a6a362e92956eae (patch)
tree77e552bb5041cd18f61a145714c2ca77deb154d5 /.travis.yml
parentc75cb6981076dbe88db55250e6e5c9c7fbbb84e3 (diff)
Dont break the build if tests only fail on HHVM
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc1361209..27fe3c670 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,10 @@ before_script:
script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml
+matrix:
+ allow_failures:
+ - php: hhvm
+
branches:
only:
- develop