Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ addons:

jobs:
include:
- script: xvfb-run yarn test
- stage: test
script: xvfb-run yarn test
after_success: yarn test:coverage
env: '#comment = yarn test'
- script: xvfb-run yarn test:saucelabs
- stage: test
script: xvfb-run yarn test:saucelabs
env: '#comment = yarn test:saucelabs'
if: type = push
- stage: deploy
Expand All @@ -42,6 +44,4 @@ jobs:
skip_cleanup: true
provider: script
script: yarn release --canary
on:
repo: firebase/firebase-js-sdk
branch: master
if: type = push AND repo = firebase/firebase-js-sdk AND branch = master