From 6d272cc5f93e97bf320fccb9a57f7268b2baa320 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 31 Jul 2015 14:58:50 -0700 Subject: [PATCH] chore(travis): upload artifacts for all branches We want to get the presubmit* branch artifacts for further testing --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab58d50285..a73b60e656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,6 @@ deploy: # create a "subdirectory" for each commit upload-dir: $TRAVIS_COMMIT/dart_stable on: - branch: master repo: angular/angular condition: "$MODE = dart && $DART_CHANNEL = stable" - provider: gcs @@ -119,6 +118,5 @@ deploy: local-dir: deploy upload-dir: $TRAVIS_COMMIT/js on: - branch: master repo: angular/angular condition: "$MODE = js"