mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Allow HHVM errors in Travis configuration
This commit is contained in:
parent
d80449ffb3
commit
38e3c8282a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue