PolymerElements / app-media

Elements for accessing data from media input devices and visualizing that data for users
61 stars 12 forks source link

Add travis and run passes #52

Closed e111077 closed 6 years ago

e111077 commented 6 years ago

added travis, updated package.json and ran format and gen types on repo.

I also had to change the tests for app-media-video to check if it supports setting MediaStream as a HTMLVideoElement.srcObject = MediaStream or HTMLVideoElement.src = URL.createObjectURL(MediaStream)

e111077 commented 6 years ago

idk why I can't turn the repo on in travis

e111077 commented 6 years ago

Adding @keanulee since Russell is OOO this week.