We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaec0b8 commit 16aad7eCopy full SHA for 16aad7e
.travis.yml
@@ -29,10 +29,12 @@ addons:
29
30
jobs:
31
include:
32
- - script: xvfb-run yarn test
+ - stage: test
33
+ script: xvfb-run yarn test
34
after_success: yarn test:coverage
35
env: '#comment = yarn test'
- - script: xvfb-run yarn test:saucelabs
36
37
+ script: xvfb-run yarn test:saucelabs
38
env: '#comment = yarn test:saucelabs'
39
if: type = push
40
- stage: deploy
@@ -42,6 +44,4 @@ jobs:
42
44
skip_cleanup: true
43
45
provider: script
46
script: yarn release --canary
- on:
- repo: firebase/firebase-js-sdk
47
- branch: master
+ if: type = push AND repo = firebase/firebase-js-sdk AND branch = master
0 commit comments