Skip to content

Commit

Permalink
Update environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zesik committed Oct 4, 2017
1 parent 4c48597 commit c3a35a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .babelrc
@@ -1,8 +1,3 @@
{
"presets": ["react", "es2015"],
"env": {
"test": {
"plugins": [ "istanbul" ]
}
}
"presets": ["react", "es2015"]
}
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "node"
- "6"
- "8"
env:
- NODE_ENV=TEST
install:
Expand Down

0 comments on commit c3a35a5

Please sign in to comment.