Skip to content

Commit

Permalink
Fix config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Nov 22, 2019
1 parent 7e0e155 commit c5ccaaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -39,7 +39,8 @@ commands:
- run:
name: Install correct Chrome Driver version
command: node node_modules/chromedriver/install.js
environment: CHROMEDRIVER_VERSION=76.0.3809.68
environment:
CHROMEDRIVER_VERSION: '76.0.3809.68'
- run: google-chrome --version
- run: yarn chromedriver --version
yarn_lint:
Expand Down

0 comments on commit c5ccaaf

Please sign in to comment.