Skip to content

Commit

Permalink
Merge pull request #105 from Workfront/sauce-lab-fix
Browse files Browse the repository at this point in the history
fix: set env in .travis.yml
  • Loading branch information
citizensas authored Jul 19, 2017
2 parents 10a26ac + f6405c0 commit 8d86ab1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ node_js:
- '6'
- '4'

env:
global:
- secure: Zmndw3YPp7JUPHRWfzF6ieqwDqWs4GnKMqXNaPNCcY1D76rH2CGTe6YQHhvNEgIm5UItH39x306TMWjqZfCFUVpAks8AQEigADAMPbgqLg8JG4QVIb1sQiZPiVHJA5Ho6YNB4hqv3fp+D9DWRDIMiLYmWiRD8/hFaow/xkfMyiA=
- secure: jdw+OA04vF8+t+iOkWRfDWexKGVxrjpt8iwkY/CBnmANFQckseLwVrDJyHrjcxQlY7SlkSudMNXizINKJDldPx4BBlt1I6n7441CYQ2KpRqzAQXgLPWy+Ea/lM2QcSfihG/xC8Q30CVfMUTZTZx/6nUlIoeB2eItzy9+KsE9UaU=

matrix:
include:
- node_js: '6'
env: CI_MODE=saucelabs
env:
- CI_MODE=saucelabs
- SAUCE_USERNAME=citizensas
- SAUCE_ACCESS_KEY=647f45b4-3dda-4830-a43a-3b447a60afef
addons:
sauce_connect: true

Expand Down

0 comments on commit 8d86ab1

Please sign in to comment.