From b47c5e737fab1395437200c0623019cbd10777dd Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 7 Oct 2016 05:34:11 -0500 Subject: [PATCH] Travis: Fix deployment issue "Skipping a deployment with the script provider because this branch is not permitted" --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf6c1a5..6f43157 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,12 +99,9 @@ before_deploy: deploy: provider: script - on: - branch: master - on: - branch: dev script: if [ "${BUILD_OFFICIAL:-}" != "" ]; then mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/ && ~/src/buildscripts/uploadljt dcommander $TRAVIS_BRANCH.$TRAVIS_OS_NAME; fi + all_branches: true -- 2.40.0