Require Node 8+, also test PHP 7.2 and 7.3
This commit is contained in:
@@ -2,12 +2,14 @@ language: php
|
|||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
php:
|
php:
|
||||||
|
- 7.3
|
||||||
|
- 7.2
|
||||||
- 7.1
|
- 7.1
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TRAVIS_NODE_VERSION="6"
|
- TRAVIS_NODE_VERSION="8"
|
||||||
- TRAVIS_NODE_VERSION="7"
|
- TRAVIS_NODE_VERSION="10"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Make sure all dependencies have been installed before moving on:
|
|||||||
* [WordPress](https://wordpress.org/) >= 4.7
|
* [WordPress](https://wordpress.org/) >= 4.7
|
||||||
* [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled)
|
* [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled)
|
||||||
* [Composer](https://getcomposer.org/download/)
|
* [Composer](https://getcomposer.org/download/)
|
||||||
* [Node.js](http://nodejs.org/) >= 6.9.x
|
* [Node.js](http://nodejs.org/) >= 8.0.0
|
||||||
* [Yarn](https://yarnpkg.com/en/docs/install)
|
* [Yarn](https://yarnpkg.com/en/docs/install)
|
||||||
|
|
||||||
## Theme installation
|
## Theme installation
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"test": "npm run -s lint"
|
"test": "npm run -s lint"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 6.9.4"
|
"node": ">= 8.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "~8.2.0",
|
"autoprefixer": "~8.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user