mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
only run e2e tests on prs targeted on develop
This commit is contained in:
parent
33e2fc28b7
commit
8a08180187
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user