From 80b9570dca181929701c757e319590b8880f7e83 Mon Sep 17 00:00:00 2001 From: Chuck Jazdzewski Date: Thu, 26 Jan 2017 13:23:10 -0800 Subject: [PATCH] ci: remove type checking on 1.8 (#14124) PR Close #14124 --- tools/typings-test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/typings-test/test.sh b/tools/typings-test/test.sh index 294a434d14..5573230bde 100755 --- a/tools/typings-test/test.sh +++ b/tools/typings-test/test.sh @@ -19,7 +19,7 @@ cp -R -v tools/typings-test/* $TMP npm init --yes npm install ${LINKABLE_PKGS[*]} npm install @types/es6-promise @types/es6-collections @types/jasmine rxjs@5.0.0-beta.11 - npm install typescript@1.8.10 + npm install typescript@2.0.2 $(npm bin)/tsc --version $(npm bin)/tsc -p tsconfig.json )