From 8646829853bd9762b5b21dc0b4e0d6639738cb20 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 6 Dec 2020 11:16:15 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index db7346fed..032d931e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,9 +35,7 @@ script: after_success: - ls -lh strawberry*.dmg - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [ -f ~/.ssh/id_rsa ]; then - if [[ "$TRAVIS_BRANCH" == "master" ]]; then - rsync -e "ssh -o StrictHostKeyChecking=no" -va strawberry*.dmg travis@echoes.jkvinge.net:/home/travis/builds/macos/mojave/; - elif [[ "$TRAVIS_BRANCH" == "travis" ]]; then + if [[ "$TRAVIS_BRANCH" == "master" ]] || [[ "$TRAVIS_BRANCH" == "travis" ]]; then rsync -e "ssh -o StrictHostKeyChecking=no" -va strawberry*.dmg travis@echoes.jkvinge.net:/home/travis/builds/macos/mojave/; fi fi