2019-01-09 13:21:45 +00:00
|
|
|
#!/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
|
2019-02-28 11:04:22 +00:00
|
|
|
CHROME_BIN='/usr/bin/google-chrome-stable' npm run test
|