From 46eaf4feb0c9893c64a964b99cb949e790e227b3 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 11 Apr 2017 12:38:49 -0700 Subject: [PATCH] Remove `npm update`; add release-2.3 to branches This command *should* do nothing immediately following an `npm install`, but causes failures due to `tslint` having a dependency on `typescript`. Also add release-2.3 to our covered branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d6663ad6d6..7231d89d354 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,12 @@ branches: - master - release-2.1 - release-2.2 + - release-2.3 install: - npm uninstall typescript - npm uninstall tslint - npm install - - npm update cache: directories: