Require Node 8+, also test PHP 7.2 and 7.3

This commit is contained in:
Ben Word
2018-12-21 13:28:51 -07:00
parent d60f1f675d
commit 1e31a901b1
3 changed files with 6 additions and 4 deletions

View File

@@ -2,12 +2,14 @@ language: php
sudo: false
dist: trusty
php:
- 7.3
- 7.2
- 7.1
- nightly
env:
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="7"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="10"
matrix:
fast_finish: true

View File

@@ -24,7 +24,7 @@ Make sure all dependencies have been installed before moving on:
* [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)
* [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)
## Theme installation

View File

@@ -34,7 +34,7 @@
"test": "npm run -s lint"
},
"engines": {
"node": ">= 6.9.4"
"node": ">= 8.0.0"
},
"devDependencies": {
"autoprefixer": "~8.2.0",