diff --git a/.travis.yml b/.travis.yml index decffaa..aafbd23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,4 +51,4 @@ deploy: repo: tus/tusd after_deploy: - .infra/scripts/rebuild-env.sh -- if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then (make frey && frey setup --force-yes --projectDir .infra); else echo "Skipping deploy for non-master/PRs"; fi +- make frey && frey setup --force-yes --projectDir .infra