diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..c97b0ebb0 --- /dev/null +++ b/.circleci/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
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: