Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: skip to rc temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 26, 2020
1 parent 8f7f8c5 commit c02d47b
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ branches:
- /^release\/.*$/

stages:
- check
- test
# - check
# - test
- release-rc
- test-external
# - test-external

node_js:
- '10'
Expand Down Expand Up @@ -66,73 +66,73 @@ jobs:
- npm run dep-check -- $RUN_SINCE -- -- -- -i wrtc -i electron-webrtc
- npm run lint -- $RUN_SINCE --concurrency 1

# - stage: test
# name: chrome
# addons:
# chrome: stable
# script:
# - npm run test:browser -- $RUN_SINCE -- -- --bail

# - stage: test
# name: chrome webworker
# addons:
# chrome: stable
# script:
# - npm run test:webworker -- $RUN_SINCE -- -- --bail

# - stage: test
# name: firefox
# addons:
# firefox: latest
# script:
# - npm run test:browser -- $RUN_SINCE -- -- --bail --browsers FirefoxHeadless

# - stage: test
# name: firefox webworker
# addons:
# firefox: latest
# script:
# - npm run test:webworker -- $RUN_SINCE -- -- --bail --browsers FirefoxHeadless

# - stage: test
# name: electron-main
# os: osx
# script:
# - npm run test:electron-main -- $RUN_SINCE -- -- --bail

# - stage: test
# name: electron-renderer
# os: osx
# script:
# - npm run test:electron-renderer -- $RUN_SINCE -- -- --bail

# - stage: test
# name: interop - node
# script:
# - npm run test:interop:node -- $RUN_SINCE -- -- --bail

# - stage: test
# name: interop - browser
# script:
# - npm run test:interop:browser -- $RUN_SINCE -- -- --bail

# - stage: test
# name: interop - electron-main
# os: osx
# script:
# - npm run test:interop:electron-main -- $RUN_SINCE -- -- --bail --timeout 10000

# - stage: test
# name: interop - electron-renderer
# os: osx
# script:
# - npm run test:interop:electron-renderer -- $RUN_SINCE -- -- --bail --timeout 10000

# - stage: test
# name: examples
# script:
# - npm run build
# - npm run test -- $RUN_SINCE --scope=example* --concurrency=1
- stage: test
name: chrome
addons:
chrome: stable
script:
- npm run test:browser -- $RUN_SINCE -- -- --bail

- stage: test
name: chrome webworker
addons:
chrome: stable
script:
- npm run test:webworker -- $RUN_SINCE -- -- --bail

- stage: test
name: firefox
addons:
firefox: latest
script:
- npm run test:browser -- $RUN_SINCE -- -- --bail --browsers FirefoxHeadless

- stage: test
name: firefox webworker
addons:
firefox: latest
script:
- npm run test:webworker -- $RUN_SINCE -- -- --bail --browsers FirefoxHeadless

- stage: test
name: electron-main
os: osx
script:
- npm run test:electron-main -- $RUN_SINCE -- -- --bail

- stage: test
name: electron-renderer
os: osx
script:
- npm run test:electron-renderer -- $RUN_SINCE -- -- --bail

- stage: test
name: interop - node
script:
- npm run test:interop:node -- $RUN_SINCE -- -- --bail

- stage: test
name: interop - browser
script:
- npm run test:interop:browser -- $RUN_SINCE -- -- --bail

- stage: test
name: interop - electron-main
os: osx
script:
- npm run test:interop:electron-main -- $RUN_SINCE -- -- --bail --timeout 10000

- stage: test
name: interop - electron-renderer
os: osx
script:
- npm run test:interop:electron-renderer -- $RUN_SINCE -- -- --bail --timeout 10000

- stage: test
name: examples
script:
- npm run build
- npm run test -- $RUN_SINCE --scope=example* --concurrency=1

- stage: release-rc
# only run on changes to master
Expand Down

0 comments on commit c02d47b

Please sign in to comment.