Skip to content

Commit 090a338

Browse files
committed
Update TypeScript and remove unsupported node versions
1 parent c91eb67 commit 090a338

File tree

3 files changed

+5676
-3740
lines changed

3 files changed

+5676
-3740
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- '8'
4-
- '6'
3+
- '14'
4+
- '12'
5+
- '10'
56
before_script: cd $TRAVIS_BUILD_DIR
67
script:
78
- npm run cover

0 commit comments

Comments
 (0)