From 8a0818018729bab18feb010c601f629ece6c86b9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 31 Oct 2018 15:39:45 +0100 Subject: [PATCH] only run e2e tests on prs targeted on develop --- .travis-test-riot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-test-riot.sh b/.travis-test-riot.sh index 6cd073a1f8..88b3719b3a 100755 --- a/.travis-test-riot.sh +++ b/.travis-test-riot.sh @@ -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