Skip to content

Commit

Permalink
Comments use of process.env as process is undefined??
Browse files Browse the repository at this point in the history
  • Loading branch information
marchant committed Aug 11, 2019
1 parent 0444552 commit ccb6fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ module.exports = function(config) {
]
};

if (process.env.TRAVIS) {
cfg.browsers = ['Chrome_travis_ci'];
}
// if (process.env.TRAVIS) {
// cfg.browsers = ['Chrome_travis_ci'];
// }

config.set(cfg);

Expand Down

0 comments on commit ccb6fcf

Please sign in to comment.