Skip to content

Commit

Permalink
Update appium-gulp-plugins to the latest version 🚀 (appium#12629)
Browse files Browse the repository at this point in the history
* chore(package): update appium-gulp-plugins to version 4.1.0

* Update travis for node 10 and 12
  • Loading branch information
greenkeeper[bot] authored and imurchie committed May 13, 2019
1 parent cd07564 commit 02c729e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
node_js: "10"
addons:
apt:
sources:
Expand All @@ -8,22 +9,16 @@ addons:
env:
global:
- CXX=g++-4.8
node_js: "10"
jobs:
include:
- stage: Tests
os: linux
script: npm run test && npm run e2e-test
node_js: "11"
after_script: npm run coverage
- stage:
os: linux
script: npm run test && npm run e2e-test
node_js: "10"
- stage:
os: linux
script: npm run test && npm run e2e-test
node_js: "8"
node_js: "12"
- stage:
name: test documentation generation
os: linux
Expand Down Expand Up @@ -127,7 +122,6 @@ jobs:
name: JavaScript (wd)
# only want to run this on the main master branch
if: branch = master AND type != pull_request
node_js: "8"
env:
- SAUCE_LABS=1
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"precommit-test"
],
"devDependencies": {
"appium-gulp-plugins": "^3.6.0",
"appium-gulp-plugins": "^4.1.0",
"chai": "4.x",
"chai-as-promised": "7.x",
"eslint-config-appium": "^4.0.1",
Expand Down

0 comments on commit 02c729e

Please sign in to comment.