Skip to content

Commit

Permalink
Tweaked browser CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Frasser committed Aug 17, 2021
1 parent 714b822 commit 34797e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ module.exports = function (config) {
bs_android_8: {
base: 'BrowserStack',
os: 'android',
os_version: '8.0',
os_version: '9.0',
browser: 'android',
device: 'Google Pixel',
device: 'Google Pixel 3',
},
bs_android_11: {
base: 'BrowserStack',
Expand Down Expand Up @@ -79,6 +79,7 @@ module.exports = function (config) {
logLevel: config.LOG_WARN,

browserStack: {
project: 'linkifyjs',
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESS_KEY
},
Expand Down

0 comments on commit 34797e3

Please sign in to comment.