Add PHP 7.2 test in Travis CI

This commit is contained in:
printempw 2018-02-24 21:23:56 +08:00
parent f94886ce2f
commit f0c598c11c
3 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,7 @@ matrix:
after_success:
- bash <(curl -s https://codecov.io/bash) -cF php
- php: 7.1
- php: 7.2
- node_js: 8
language: node_js
install: yarn

View File

@ -42,6 +42,11 @@
"tests"
]
},
"scripts": {
"post-install-cmd": [
"unzip -o storage/patches/bs_php72_patch_180224.zip"
]
},
"config": {
"preferred-install": "dist"
}

Binary file not shown.