set chrome path for travis CI explicitly

karma seems to be giving priority to a location where an old version is installed.
pull/8987/head
Bruno Windels 2019-02-28 13:18:21 +01:00
parent e37a8dc8a1
commit 45d1ec8825
1 changed files with 1 additions and 1 deletions

View File

@ -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