Skip to content

Commit

Permalink
override chrome path
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Dec 19, 2017
1 parent 0feae33 commit 65b8cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
command: |
if node --version | grep -q '^v6'; then
npm run lint;
npm run test-headless;
npm run test-headless -- --chrome $(which google-chrome-unstable);
npm run test-webworker;
fi
- run:
Expand Down

0 comments on commit 65b8cb0

Please sign in to comment.