ci: remove type checking on 1.8 (#14124)

PR Close #14124
This commit is contained in:
Chuck Jazdzewski 2017-01-26 13:23:10 -08:00 committed by Miško Hevery
parent f802194c18
commit 80b9570dca
1 changed files with 1 additions and 1 deletions

View File

@ -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
)