commit | 2e8ee6e5c4a4355d4330918b4a6a362e92956eae | [log] [tgz] |
---|---|---|
author | Fred Emmott <fredemmott@fb.com> | Tue Jan 14 11:12:35 2014 -0800 |
committer | Fred Emmott <fredemmott@fb.com> | Tue Jan 14 11:12:35 2014 -0800 |
tree | 77e552bb5041cd18f61a145714c2ca77deb154d5 | |
parent | c75cb6981076dbe88db55250e6e5c9c7fbbb84e3 [diff] |
Dont break the build if tests only fail on HHVM
diff --git a/.travis.yml b/.travis.yml index bc13612..27fe3c6 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -23,6 +23,10 @@ script: phpunit --coverage-text --configuration tests/travis/$DB.phpunit.xml +matrix: + allow_failures: + - php: hhvm + branches: only: - develop