You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
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:
@ -7,4 +7,4 @@
|
|||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
scripts/travis/build.sh
|
scripts/travis/build.sh
|
||||||
npm run test
|
CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
|
||||||
|
Reference in New Issue
Block a user