Skip to content

Commit

Permalink
MAke sure gulp is there before uploading bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Dec 21, 2018
1 parent 29922f8 commit e793e27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ jobs:

# Remove the dev depenedencies
- npm prune
script: npm run zip-and-upload
script:
- npm run zip
- npm install --only=dev gulp
- npm install --only=dev appium-gulp-plugins
- npm run upload

- stage: Update appium.io
if: tag
Expand Down

0 comments on commit e793e27

Please sign in to comment.