set chrome path for travis CI explicitly

karma seems to be giving priority to a location where an old version is installed.
This commit is contained in:
Bruno Windels 2019-02-28 13:18:21 +01:00
parent e37a8dc8a1
commit 45d1ec8825

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