From ff400726ca00772f7bb8561608306fd3a3075284 Mon Sep 17 00:00:00 2001 From: Vikram Subramanian Date: Thu, 12 May 2016 15:08:28 -0700 Subject: [PATCH] fix(build): Declare the secure GITHUB_TOKEN_ANGULAR for package publishing from Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e4ac2d009a..1d92f7c02d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,9 @@ env: # - LOGS_DIR=/tmp/angular-build/logs # - ARCH=linux-x64 + # GITHUB_TOKEN_ANGULAR + # This is needed for the e2e Travis matrix task to publish packages to github for continuous packages delivery. + - secure: "fq/U7VDMWO8O8SnAQkdbkoSe2X92PVqg4d044HmRYVmcf6YbO48+xeGJ8yOk0pCBwl3ISO4Q2ot0x546kxfiYBuHkZetlngZxZCtQiFT9kyId8ZKcYdXaIW9OVdw3Gh3tQyUwDucfkVhqcs52D6NZjyE2aWZ4/d1V4kWRO/LMgo=" matrix: # Order: a slower build first, so that we don't occupy an idle travis worker waiting for others to complete. - CI_MODE=js