Skip to content

Commit

Permalink
fix: use latest node to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jul 9, 2018
1 parent da83f51 commit 5d1bf06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
27 changes: 16 additions & 11 deletions .babelrc
@@ -1,14 +1,19 @@
{
"presets": [
"es2015",
"stage-0",
"react"
"plugins": [
"add-module-exports",
"lodash",
"transform-class-properties",
[
"transform-es2015-classes",
{
"loose": true
}
],
"plugins": [
"add-module-exports",
"lodash",
"transform-class-properties",
["transform-es2015-classes", { "loose": true }],
"transform-proto-to-assign"
]
"transform-proto-to-assign"
],
"presets": [
"es2015",
"stage-0",
"react"
]
}
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- 7
- 6
- 5
- node
- 8
before_install:
- npm config set depth 0
notifications:
Expand Down

0 comments on commit 5d1bf06

Please sign in to comment.