Merge branch 'develop' into experimental

pull/21833/head
Bruno Windels 2018-10-31 16:13:21 +01:00
commit df42ce6689
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ npm run build
npm run test
popd
if [ "$TRAVIS_BRANCH" != "experimental" ]
if [ "$TRAVIS_BRANCH" = "develop" ]
then
# run end to end tests
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master