Skip to content

Commit

Permalink
Restore support for typescript >= 3.0; add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Aug 25, 2021
1 parent 40edb17 commit 7d08470
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 3,824 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true
}
20 changes: 18 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@

language: node_js
script: npm run test
node_js:
- 10
env:
matrix:
- TS_VERSION=3.0
- TS_VERSION=3.1
- TS_VERSION=3.2
- TS_VERSION=3.3
- TS_VERSION=3.4
- TS_VERSION=3.5
- TS_VERSION=3.6
- TS_VERSION=3.7
- TS_VERSION=3.8
- TS_VERSION=3.9
- TS_VERSION=4.0
- TS_VERSION=4.1
- TS_VERSION=4.2
- TS_VERSION=4.3
- TS_VERSION=latest
script: npm run tsc && npm install typescript@$TS_VERSION && npm run test
Loading

0 comments on commit 7d08470

Please sign in to comment.