Skip to content

Commit

Permalink
Compile towards es3 and add node versions to test on
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Feb 9, 2018
1 parent 70d2925 commit 7c60dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '7'
- '8'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preserveConstEnums": true,
"strictNullChecks": true,
"downlevelIteration": true,
"target": "es5",
"target": "es3",
"lib": [
"es6"
],
Expand Down

0 comments on commit 7c60dd0

Please sign in to comment.