From 65b8cb0eafae921cdb2a69f9ebc818bf4fba596c Mon Sep 17 00:00:00 2001 From: Phred Date: Mon, 18 Dec 2017 20:44:12 -0600 Subject: [PATCH] override chrome path --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cff88a75d..d54f0afbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: