Skip to content

Commit

Permalink
browser update
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-lt committed Jun 20, 2023
1 parent b0c490f commit b1eac64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/karma.browsers.matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ module.exports = {

// When browserstack cannot be used, use local Firefox.
ciLocal: ['Chrome'],

// Continous Integration on every push to master
ci: [
// - Let firefox represent the standard evergreen browser.
// Leaving out Chrome, since local tests have hopefully already run on it.
// Chrome will be tested in the pre_npm_publish anyway.
'Firefox',
'Firefox',
// Safari. Enforces native Safari support for every PR!
'bs_safari_latest_supported'
'lt_safari_latest_supported'
],

ciLT: [
Expand Down

0 comments on commit b1eac64

Please sign in to comment.