Skip to content

Commit

Permalink
Clean Webdriver before running e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Oct 25, 2019
1 parent 78188b6 commit 3f4a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
if: tag IS blank
os: linux
script:
- npm i -g webdriver-manager && webdriver-manager update --gecko false
- webdriver-manager clean
- export NODE_ENV=test
- npm run protractor
- stage: smoke
Expand Down

0 comments on commit 3f4a070

Please sign in to comment.