Skip to content

Commit

Permalink
feat(FEC-10817): expose the current time of the video element in live…
Browse files Browse the repository at this point in the history
… streams (#431)
  • Loading branch information
Dan Ziv authored Jun 17, 2021
1 parent 80495ab commit c62a54a
Show file tree
Hide file tree
Showing 5 changed files with 1,143 additions and 1,021 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
# Required tests
- stage: Tests
if: (branch = master) OR (tag IS present) OR (type = pull_request)
name: "Running lint"
name: 'Running lint'
env: TRAVIS_MODE=lint
- stage: Tests
if: (branch = master) OR (tag IS present) OR (type = pull_request)
name: "Running Flow type check"
name: 'Running Flow type check'
env: TRAVIS_MODE=flow
- stage: Tests
if: (branch = master) OR (tag IS present) OR (type = pull_request)
name: "Running unit tests"
name: 'Running unit tests'
env: TRAVIS_MODE=unitTests
Loading

0 comments on commit c62a54a

Please sign in to comment.