Skip to content

Commit

Permalink
Add SAUCE_USERNAME to env
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Oct 12, 2016
1 parent 8a4fe2a commit 8b5654c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ node_js:
- 5.4.1
script: npm install && npm run build && npm run testfunc
env:
- TEST_STREAM_ID=arte
- TEST_STREAM_ID=bigBuckBunnyABR
- TEST_STREAM_ID=bigBuckBunny480p
- TEST_STREAM_ID=issue666
- TEST_STREAM_ID=nasa
- SAUCE_USERNAME=mangui TEST_STREAM_ID=arte
- SAUCE_USERNAME=mangui TEST_STREAM_ID=bigBuckBunnyABR
- SAUCE_USERNAME=mangui TEST_STREAM_ID=bigBuckBunny480p
- SAUCE_USERNAME=mangui TEST_STREAM_ID=issue666
- SAUCE_USERNAME=mangui TEST_STREAM_ID=nasa
addons:
sauce_connect: true
jwt:
Expand Down

0 comments on commit 8b5654c

Please sign in to comment.