Skip to content

Commit

Permalink
babel options test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 10, 2018
1 parent 7359c18 commit 9e16f91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ node_js:
- "8"
- "9"

branches:
only:
- master
- beta
- release
- auto
- /^greenkeeper.*$/

cache:
yarn: true
directories:
Expand Down
2 changes: 1 addition & 1 deletion lib/models/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ let addonProto = {
`Falling back to default babel configuration options.`
);

this.options[emberCLIBabelConfigKey] = this.__originalOptions[emberCLIBabelConfigKey];
// this.options[emberCLIBabelConfigKey] = this.__originalOptions[emberCLIBabelConfigKey];
}

let addonJs = this.processedAddonJsFiles(tree);
Expand Down

0 comments on commit 9e16f91

Please sign in to comment.