Skip to content

Commit

Permalink
fix(travis): use specific browser on travis for browser testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 22, 2016
1 parent 30b4338 commit 45d318c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ module.exports = function (config) {
]
}
});

if (process.env.TRAVIS) {
config.browsers = ['ChromeCi'];
}
};

0 comments on commit 45d318c

Please sign in to comment.