Skip to content

Commit

Permalink
Use specific webdriverio package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 29, 2017
1 parent 8c7ce0c commit 3d98b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
name: NPM install
command: |
npm install
npm install [email protected]
- run:
name: Run Tests
Expand Down Expand Up @@ -206,6 +207,7 @@ jobs:
name: NPM install
command: |
npm install
npm install [email protected]
- run:
name: Run Tests
Expand Down

0 comments on commit 3d98b0a

Please sign in to comment.