Skip to content

Commit 9761ef5

Browse files
authored
Merge branch 'master' into add-buildIdentifier-v7
2 parents 0c13fb7 + b481e13 commit 9761ef5

6 files changed

Lines changed: 2313 additions & 1201 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ node_js:
66
- "0.10"
77

88
before_install:
9-
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`
10-
9+
- true && export BROWSERSTACK_ACCESS_KEY=<your access key here>

conf/local-test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const localConfig = {
1414
browserVersion: 'latest',
1515
'bstack:options': {
1616
buildName: 'browserstack build',
17-
source: 'webdriverio:sample-master:v1.0'
17+
source: 'webdriverio:sample-master:v1.1'
1818
}
1919
},
2020
],

conf/test.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const parallelConfig = {
55
commonCapabilities: {
66
'bstack:options': {
77
buildName: 'browserstack build',
8-
source: 'webdriverio:sample-master:v1.0'
8+
source: 'webdriverio:sample-master:v1.1'
99
}
1010
},
1111
services: [

0 commit comments

Comments
 (0)