Merge pull request #2261 from matrix-org/bwindels/e2eonlyondevelop
only run e2e tests on PRs targeted on develop
This commit is contained in:
commit
cf31f01c85
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ npm run build
|
||||||
npm run test
|
npm run test
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [ "$TRAVIS_BRANCH" != "experimental" ]
|
if [ "$TRAVIS_BRANCH" = "develop" ]
|
||||||
then
|
then
|
||||||
# run end to end tests
|
# run end to end tests
|
||||||
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master
|
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch master
|
||||||
|
|
Loading…
Reference in a new issue