Allow HHVM errors in Travis configuration

This commit is contained in:
Kijin Sung 2017-02-11 15:42:44 +09:00
parent d80449ffb3
commit 38e3c8282a

View file

@ -5,6 +5,9 @@ php:
- 7.0
- 7.1
- hhvm
matrix:
allow_failures:
- php: hhvm
sudo: false
before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev