From cbb8c733ad9277eb8a601223059b7c0c15731b1e Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 7 May 2019 10:43:51 -0400 Subject: [PATCH] =?UTF-8?q?Update=20appium-gulp-plugins=20to=20the=20lates?= =?UTF-8?q?t=20version=20=F0=9F=9A=80=20(#41)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update appium-gulp-plugins to version 4.0.0 * Move to test on Node 10 and 12 --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f34565c..b47630f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "8" - "10" + - "12" script: - _FORCE_LOGS=1 npm test diff --git a/package.json b/package.json index ed78798..7c8d924 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "devDependencies": { "ajv": "^6.5.3", - "appium-gulp-plugins": "^3.1.0", + "appium-gulp-plugins": "^4.0.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "eslint-config-appium": "^4.0.1",