From 45d1ec8825576968cabd2edb99c89e30a9a75fa3 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 28 Feb 2019 13:18:21 +0100 Subject: [PATCH] set chrome path for travis CI explicitly karma seems to be giving priority to a location where an old version is installed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3b201c1e9..6d8b348e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ install: # commit. - npm install && scripts/fetch-develop.deps.sh --depth 1 script: - - npm run test + - CHROME_BIN='/usr/bin/google-chrome-stable' npm run test - npm run lint