diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-11-22 02:51:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-22 02:51:04 +0800 |
commit | 66e0de73c5511b49e24b93667d49d0b4accd89e3 (patch) | |
tree | 425d3e92f4219d2aa96d47cb407d866ec39316f4 /.circleci/config.yml | |
parent | 80d09d019265ec5cf1c34ecf84cc07746e6bc04d (diff) | |
parent | e68008edf483cdf67a1a97a048fbbe610097d050 (diff) | |
download | tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar.gz tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar.bz2 tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar.lz tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar.xz tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.tar.zst tangerine-wallet-browser-66e0de73c5511b49e24b93667d49d0b4accd89e3.zip |
Merge pull request #5334 from whymarrh/ui-switch
Default to the new UI for first time users
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 3aac53171..22d14476b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,14 +20,6 @@ workflows: - test-deps: requires: - prep-deps-npm - - test-e2e-chrome: - requires: - - prep-deps-npm - - prep-build - - test-e2e-firefox: - requires: - - prep-deps-npm - - prep-build - test-e2e-beta-chrome: requires: - prep-deps-npm @@ -47,14 +39,6 @@ workflows: requires: - prep-deps-npm - prep-build - # - test-integration-mascara-chrome: - # requires: - # - prep-deps-npm - # - prep-scss - # - test-integration-mascara-firefox: - # requires: - # - prep-deps-npm - # - prep-scss - test-integration-flat-chrome: requires: - prep-deps-npm @@ -68,13 +52,9 @@ workflows: - test-lint - test-unit - test-mozilla-lint - - test-e2e-chrome - - test-e2e-firefox - test-e2e-beta-chrome - test-e2e-beta-firefox - test-e2e-beta-drizzle - # - test-integration-mascara-chrome - # - test-integration-mascara-firefox - test-integration-flat-chrome - test-integration-flat-firefox - job-screens: @@ -196,37 +176,6 @@ jobs: name: Test command: npx nsp check - test-e2e-chrome: - docker: - - image: circleci/node:8.11.3-browsers - steps: - - checkout - - attach_workspace: - at: . - - run: - name: test:e2e:chrome - command: npm run test:e2e:chrome - - store_artifacts: - path: test-artifacts - destination: test-artifacts - - test-e2e-firefox: - docker: - - image: circleci/node:8.11.3-browsers - steps: - - checkout - - run: - name: Install Firefox - command: ./.circleci/scripts/firefox-install - - attach_workspace: - at: . - - run: - name: test:e2e:firefox - command: npm run test:e2e:firefox - - store_artifacts: - path: test-artifacts - destination: test-artifacts - test-e2e-beta-drizzle: docker: - image: circleci/node:8.11.3-browsers @@ -293,9 +242,6 @@ jobs: - checkout - attach_workspace: at: . - # - store_artifacts: - # path: dist/mascara - # destination: builds/mascara - store_artifacts: path: dist/sourcemaps destination: builds/sourcemaps |