Skip to content

Commit 2785c21

Browse files
committed
Testing
1 parent 511004e commit 2785c21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
min-width: 100px;
1818
padding: 15px 20px;
1919
background-color: purple;
20-
border: 1px solid black;
21-
border-radius: 15px;
20+
border: 1px dotted black;
21+
border-radius: 5px;
2222
color: white;
2323
font-size: 16px;
2424
}

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (config.localBrowser) {
3030
'browser': config.browser,
3131
'version': config.browserVersion,
3232
'os': 'windows',
33-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
33+
//'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
3434
'idle-timeout': 900,
3535
/*'browserstack.debug': 'true',
3636
'browserstack.user': config.browserstackUser,

0 commit comments

Comments
 (0)