Skip to content

Commit

Permalink
chore: set BrowserStack username and accesskey
Browse files Browse the repository at this point in the history
  • Loading branch information
Sassoun Derderian committed Mar 14, 2017
1 parent c365d25 commit af5e408
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ notifications:
on_failure: always
on_success: change
node_js:
- '6'
- '4'
- '6'
- '4'
script: npm run ci-test
addons:
browserstack:
username:
secure: "sassounderderian1"
access_key:
secure: "RiRAISQ1espgnPgoczTj3wlBh2GTfexfjnJhcTswhTO6TDWulwGNhltDgYDd9oVmy3p+zAh7vGakvVpEeMFv5NzUc4rN6SNBRaAPoqFa12gawHoL/UIFwsnfFdILLPoF3d8mWpqQbZ3xbd2EBndDS0/a+WifKeXPu73wqbSdLlU="
env:
global:
- secure: PGLnN1ksLylD9BpxnKQymWfi6GpcGUuqkOlEJqA6yJp4oq7itvlPENtDYylVqmD3LM7tgFUk8PJHFsKDBY1d2dK6uqleKVMI0u49vZcAf4uIqDTJh1CEGhEMCZY7tgdLiGyjwSMzh/GqkJWia9hOCWSnpCmZi3gL/aaI46bm1aY=
- secure: E3GeYXyCZO/inAMVX+JZMtiJ2ocSTOkIsuML0tTWbHtd8abtX4hOkXqIlSE5WOqO1LnYX43Qs96iysg+D6S+JUlbESsU2+otl0PBV+cE8KMh23c8bUXCZ6NKAKGXXFTWc1UkeAqv8jeq+TSp2WtyBANXJWhaFNYnGOAN1jcvcUc=
4 changes: 4 additions & 0 deletions karma-ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ module.exports = function (config) {
// public: 'public'
// },
// captureTimeout: 120000,
browserStack: {
username: process.env.BROWSERSTACK_USER,
accessKey: process.env.BROWSERSTACK_ACCESSKEY,
},
customLaunchers: customLaunchers,

// start these browsers
Expand Down

0 comments on commit af5e408

Please sign in to comment.