From 5bb4ff3786965331c38e1caedbb2d6642430092c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 11 Dec 2017 17:06:08 -0800 Subject: [PATCH 1/3] ci(circle): Use CircleCI 2 This switches us to using their Docker-based system --- .circle/config.yml | 16 ++++++++++++++++ circle.yml | 8 -------- 2 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 .circle/config.yml delete mode 100644 circle.yml diff --git a/.circle/config.yml b/.circle/config.yml new file mode 100644 index 000000000..3b9625b42 --- /dev/null +++ b/.circle/config.yml @@ -0,0 +1,16 @@ +version: 2 +jobs: + build: + docker: + - image: circleci/node:8.9.1 + steps: + - checkout + - run: + name: install + command: yarn --frozen-lockfile + - run: + name: test + command: yarn test-ci + -run: + name: coverage + command: ./node_modules/.bin/coveralls < coverage/lcov.info diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 9e1b2b93a..000000000 --- a/circle.yml +++ /dev/null @@ -1,8 +0,0 @@ -machine: - node: - version: 4 -test: - override: - - npm run test-ci - post: - - ./node_modules/.bin/coveralls < coverage/lcov.info From efa57754e07a0e6016bc082efd38239e98c834d2 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 11 Dec 2017 17:15:09 -0800 Subject: [PATCH 2/3] Move --- {.circle => .circleci}/config.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.circle => .circleci}/config.yml (100%) diff --git a/.circle/config.yml b/.circleci/config.yml similarity index 100% rename from .circle/config.yml rename to .circleci/config.yml From a4cba9e29ee34712b3556b68f2c2e132918a6321 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Mon, 11 Dec 2017 17:16:08 -0800 Subject: [PATCH 3/3] Fix yaml syntax --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b9625b42..c97b0ebb0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,6 @@ jobs: - run: name: test command: yarn test-ci - -run: + - run: name: coverage command: ./node_modules/.bin/coveralls < coverage/lcov.info pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy