Skip to content

Commit

Permalink
test: Added browserstack badge (googleads#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypavlotsky authored Feb 20, 2018
1 parent 69319a3 commit 5dfb6ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ The IMA SDK plugin for Video.js uses the IMA SDK, and as such is subject to the

## How do I contribute?
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.

[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=N1g3U09HWEhZR09OSVc2YmhiWFlGaExMQmswMmo0Z1F3NVRjT0VvZCtWST0tLUo0QUdnZ1gyMmhJUHZsRGJ3dTBpWWc9PQ==--b8066916a46dd2f255b416f80f40ca7c3518ad46)](https://www.browserstack.com/automate/public-build/N1g3U09HWEhZR09OSVc2YmhiWFlGaExMQmswMmo0Z1F3NVRjT0VvZCtWST0tLUo0QUdnZ1gyMmhJUHZsRGJ3dTBpWWc9PQ==--b8066916a46dd2f255b416f80f40ca7c3518ad46)
2 changes: 1 addition & 1 deletion test/webdriver/content/capabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require('chromedriver');
require('geckodriver');

var browserstackCapabilities = {
'build' : '1.0.5',
'build' : '1.1.0',
'project' : 'videojs_ima',
'browserstack.local' : 'true',
'browserstack.localIdentifier' : process.env.BROWSERSTACK_LOCAL_IDENTIFIER,
Expand Down

0 comments on commit 5dfb6ad

Please sign in to comment.