Skip to content

Commit

Permalink
[remove] JSON loader, add firefox addon to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Apr 29, 2015
1 parent 9c8a614 commit 2287261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ install:
- npm install --ignore-scripts
after_script:
- npm run coveralls
addons:
firefox: "37.0"
4 changes: 0 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ module.exports = function(config) {

module: {
loaders: [
{
test : /\.json$/,
loader : 'json'
},
{
test : /\.jsx*$/,
exclude : /node_modules/,
Expand Down

0 comments on commit 2287261

Please sign in to comment.