Skip to content

Commit

Permalink
Add functional test stream urls to env
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Oct 11, 2016
1 parent 3035368 commit 685b286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: node_js
node_js:
- 5.4.1
script: npm install && npm run build && npm run testfunc
env:
- "TEST_STREAM={url: 'http://www.streambox.fr/playlists/test_001/stream.m3u8', description: 'ARTE China,ABR', live: false , abr: true}"
- "TEST_STREAM={url: 'http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8', description: 'big buck bunny,ABR', live: false, abr: false}"
- "TEST_STREAM={url: 'http://www.streambox.fr/playlists/x36xhzz/url_6/193039199_mp4_h264_aac_hq_7.m3u8', description: 'big buck bunny,480p', live: false, abr: false}"
- "TEST_STREAM={url: 'http://www.streambox.fr/playlists/cisq0gim60007xzvi505emlxx.m3u8', description: 'https://github.com/dailymotion/hls.js/issues/666', live: false, abr: false}"
- "TEST_STREAM={url: 'http://nasatv-lh.akamaihd.net/i/NASA_101@319270/index_1000_av-p.m3u8?sd=10&rebase=on', description: 'NASA live stream', live: true, abr: true}"
addons:
sauce_connect: true
jwt:
Expand Down

0 comments on commit 685b286

Please sign in to comment.