Skip to content

Commit

Permalink
Fix Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Sep 30, 2018
1 parent 0245175 commit 1445a86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ node_js:
- "8"
- "7"
- "6"
- "4"
2 changes: 1 addition & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": true,
"compilerOptions": {
"declaration": false,
"lib": [ "es5", "es2015.collection" ],
"lib": [ "es5", "es2015.collection", "es2015.symbol.wellknown" ],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
Expand Down

0 comments on commit 1445a86

Please sign in to comment.