Skip to content

Commit

Permalink
Fix setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed May 30, 2017
1 parent 4ecebc4 commit df451a5
Show file tree
Hide file tree
Showing 8 changed files with 81 additions and 733 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"presets": ["es2015", "stage-0"],
"presets": [
["env", { "targets": { "node": 6 } }],
"stage-3"
],
"plugins": [],
"comments": false
}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4" # LTS from 2015-10 maintenance till 2018-04
# - "4" # LTS from 2015-10 maintenance till 2018-04
- "6" # LTS from 2016-10 maintenance till 2019-04
# - "7" # devel from 2016-10
- "7" # devel from 2016-10
# - "8" # LTS from 2017-10 maintenance till 2019-12
# - "9" # devel from 2017-10
os:
Expand Down
Loading

0 comments on commit df451a5

Please sign in to comment.