Skip to content

Commit

Permalink
Integrate Browserstack tests into Travis CI build
Browse files Browse the repository at this point in the history
Resolves #766
  • Loading branch information
matthewlane committed Feb 8, 2017
1 parent 316fdfa commit 2b81c4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
"device": null,
"os": "Windows"
},
"bs_chrome_56_mac_sierra": {
"base": "BrowserStack",
"os": "OS X",
"os_version": "Sierra",
"browser": "chrome",
"device": null,
"browser_version": "56.0"
},
"bs_safari_9.1_mac_elcapitan": {
"base": "BrowserStack",
"os_version": "El Capitan",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ gulp.task('test', function () {
var browserArgs = helpers.parseBrowserArgs(argv).map(helpers.toCapitalCase);

if (process.env.TRAVIS) {
browserArgs = ['Chrome_travis_ci'];
browserArgs = ['bs_chrome_56_mac_sierra'];
}

if (argv.browserstack) {
Expand Down

0 comments on commit 2b81c4c

Please sign in to comment.