From feb90f1f8c81df07feac07ac20a478cd914e953c Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Wed, 9 May 2018 16:47:06 -0400 Subject: [PATCH] Actually do the deploy Now that the release stage is only created for master and develop, allow the deploy to run on any branch. This way we can control which branches get deployed from the stage condition alone. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d80635b84..daac9aad0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,10 +29,14 @@ jobs: - git config --global user.name $(git log --pretty=format:"%an" -n1) deploy: - provider: npm + on: + all_branches: true skip_cleanup: true email: $NPM_EMAIL api_key: $NPM_TOKEN - provider: script + on: + all_branches: true skip_cleanup: true script: npm run --silent deploy -- -x -r $GH_PAGES_REPO stages: