Skip to content

Commit 4264bd3

Browse files
committed
fix(build): reduce the deploy upload.
Travis is currently stalling, presumably it takes too long to upload this many files. Also it picks up the dart directory when deploying js, which looks like a bug with multiple gcs providers, so just do dart for now.
1 parent ae5cd51 commit 4264bd3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.travis.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,9 @@ deploy:
7373
secure: "rsx0rvLAGWV47rmgJC2CJUmtFtj9TbbvGUGj8b8ykLuhu3LlMMgTpgxj7YNJ0j6HM3UZ9tubNuK0jqNW3eWul9AzNAz4zMvHpUmn852gIIOFKdYhCaB5PGL58QbqeP48B2VyDYqDWaQGH8ClfZYPrTb6XnhVTrZVHba5x9DqHwc="
7474
bucket: angular2-snapshots
7575
skip_cleanup: true
76-
local-dir: dist
76+
local-dir: dist/dart
7777
upload-dir: $TRAVIS_COMMIT/dart_stable
7878
on:
7979
repo: angular/angular
8080
condition: $MODE=dart
8181
condition: $DART_CHANNEL=stable
82-
- provider: gcs
83-
access_key_id: GOOGIOQTDBEOPBUAWFZQ
84-
secret_access_key:
85-
secure: "rsx0rvLAGWV47rmgJC2CJUmtFtj9TbbvGUGj8b8ykLuhu3LlMMgTpgxj7YNJ0j6HM3UZ9tubNuK0jqNW3eWul9AzNAz4zMvHpUmn852gIIOFKdYhCaB5PGL58QbqeP48B2VyDYqDWaQGH8ClfZYPrTb6XnhVTrZVHba5x9DqHwc="
86-
bucket: angular2-snapshots
87-
skip_cleanup: true
88-
local-dir: dist
89-
upload-dir: $TRAVIS_COMMIT/js
90-
on:
91-
repo: angular/angular
92-
condition: $MODE=js

0 commit comments

Comments
 (0)