mirror of https://github.com/vector-im/riot-web
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
parent
e37a8dc8a1
commit
45d1ec8825
|
@ -24,5 +24,5 @@ install:
|
||||||
# commit.
|
# commit.
|
||||||
- npm install && scripts/fetch-develop.deps.sh --depth 1
|
- npm install && scripts/fetch-develop.deps.sh --depth 1
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
Loading…
Reference in New Issue