set chrome path for travis CI explicitly

karma seems to be giving priority to a location where an old version is installed.
pull/21833/head
Bruno Windels 2019-02-28 12:04:22 +01:00
parent c920dd2e8a
commit 712522a16d
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@
set -ev
scripts/travis/build.sh
npm run test
CHROME_BIN='/usr/bin/google-chrome-stable' npm run test