Skip to content

Commit

Permalink
Update to Babel 7 and other dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Feb 23, 2019
1 parent 0f967a0 commit 8d2e5e4
Show file tree
Hide file tree
Showing 6 changed files with 2,138 additions and 2,191 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015", "react"]
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ cache:
- node_modules
matrix:
include:
- node_js: "9"
- node_js: "11"
script: npm run lint && npm test
env: CI=test 9
- node_js: "9"
env: CI=test 11
- node_js: "10"
script: npm run lint && npm test
env: CI=test 10
- node_js: "10"
script: npm test -- --runInBand --coverage
env: CI=coverage
- node_js: "8"
Expand Down
Loading

0 comments on commit 8d2e5e4

Please sign in to comment.