Remove HHVM from allowed failure list

This commit is contained in:
Kijin Sung 2016-01-23 23:18:53 +09:00
parent 14a922b72e
commit bf764b8fdb

View file

@ -6,10 +6,6 @@ php:
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
fast_finish: true
sudo: false
before_script:
- npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev