mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
712522a16d
karma seems to be giving priority to a location where an old version is installed.
11 lines
251 B
Bash
Executable File
11 lines
251 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# script which is run by the travis build (after `npm run test`).
|
|
#
|
|
# clones riot-web develop and runs the tests against our version of react-sdk.
|
|
|
|
set -ev
|
|
|
|
scripts/travis/build.sh
|
|
CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
|