From 0ee72a2972c0be5f91d74875abdad81949451191 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 27 Jul 2018 15:23:37 +0200 Subject: [PATCH] disable tests for now to speed up trying stuff out, run the build as well --- .travis-test-riot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index 9adc676b0e..5f070a181c 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -23,6 +23,7 @@ ln -s "$REACT_SDK_DIR/node_modules/matrix-js-sdk" node_modules/matrix-js-sdk rm -r node_modules/matrix-react-sdk ln -s "$REACT_SDK_DIR" node_modules/matrix-react-sdk +npm run build npm run test popd