diff --git a/.circleci/config.yml b/.circleci/config.yml index 9531aa4..b7b9429 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,17 +41,11 @@ jobs: key: v1-dependencies-{{ checksum "package.json" }} - run: - name: Run Node.js v10 tests and coverage + name: Run tests and coverage command: | set -e npm run test-coverage - - run: - name: Run Node.js v8 tests - command: | - nvm use 8 - npm run test - - run: name: Send coverage to Code Climate command: ./cc-test-reporter after-build --coverage-input-type lcov --exit-code $?