Skip to content

Commit

Permalink
Merge pull request #39988 from amcasey/pinned-release-3.9
Browse files Browse the repository at this point in the history
Make release-3.9 buildable
  • Loading branch information
amcasey committed Aug 11, 2020
2 parents a7d8011 + 5237f9e commit 9294e96
Show file tree
Hide file tree
Showing 5 changed files with 8,766 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -32,10 +32,8 @@ jobs:
npm uninstall tslint --no-save
- name: npm install and test
run: |
npm install
npm update
npm ci
npm test
- name: Validate the browser can import TypeScript
run: gulp test-browser-integration

1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
tests/baselines/reference/dt
.failed-tests
TEST-results.xml
package-lock.json
tests/cases/user/TypeScript-React-Starter/TypeScript-React-Starter
tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
tests/cases/user/TypeScript-React-Native-Starter/TypeScript-React-Native-Starter
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,9 +1,9 @@
language: node_js

node_js:
- 'node'
- '14'
- '12'
- '10'
- '8'

env:
- workerCount=3 timeout=600000
Expand All @@ -18,7 +18,7 @@ branches:

install:
- npm uninstall typescript --no-save
- npm install
- npm ci

cache:
directories:
Expand Down

0 comments on commit 9294e96

Please sign in to comment.