Merge pull request #2261 from matrix-org/bwindels/e2eonlyondevelop

only run e2e tests on PRs targeted on develop
This commit is contained in:
Bruno Windels 2018-10-31 15:12:57 +00:00 committed by GitHub
commit cf31f01c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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