Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

only run e2e tests on PRs targeted on develop #2261

Merged
merged 1 commit into from
Oct 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis-test-riot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down