diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 9e8d3d9f0b539e8a64eebdd0acd722ab4807d075..0000000000000000000000000000000000000000 --- a/circle.yml +++ /dev/null @@ -1,29 +0,0 @@ -machine: - environment: - PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" - YARN_PATH: "$HOME/.yarn" - node: - version: 8 - -dependencies: - pre: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.1 - - yarn --version - override: - - yarn install --frozen-lockfile - cache_directories: - - ~/.cache - - ~/.yarn - - .cache - -test: - override: - - yarn test - post: - - bash <(curl -s https://codecov.io/bash) - -deployment: - npm: - branch: master - commands: - - yarn run semantic-release || true diff --git a/package.json b/package.json index 0ba5c4a44daf63cc0e0e594a0c3cb07d650a9321..9325cd5af5a7bc5692759ab33ec1dcd616e45df0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,6 @@ "devDependencies": { "babel-plugin-transform-object-rest-spread": "6.26.0", "chai": "4.1.2", - "condition-circle": "1.5.0", "cross-env": "5.1.1", "eslint": "4.11.0", "eslint-config-airbnb-base": "12.1.0",