From 9a803fdf48571ca62263998dae696773da3fec3b Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 13 Mar 2018 09:39:48 -0400 Subject: [PATCH] config - Travis config update - Temporary fix for deploy 1.9 issue (travis-ci/travis-ci#9312) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7d8b7cc3..d56d2386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,10 @@ deploy: # # DEPLOY_SOURCE_BRANCH: Branch to deploy from + # Temp. fix for DPL 1.9 issue (https://github.com/travis-ci/travis-ci/issues/9312) + edge: + branch: v1.8.47 + provider: pages skip-cleanup: true github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure