From c02d47bc9b9b408fbc4d0fe572fda8355a7a1615 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 26 Mar 2020 12:52:21 +0000 Subject: [PATCH] chore: skip to rc temporarily --- .travis.yml | 140 ++++++++++++++++++++++++++-------------------------- 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19645ef4e4..fcde383d97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,10 @@ branches: - /^release\/.*$/ stages: - - check - - test +# - check +# - test - release-rc - - test-external +# - test-external node_js: - '10' @@ -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