Skip to content

Commit

Permalink
ci: Fix nvm usage by substractive design :)
Browse files Browse the repository at this point in the history
  • Loading branch information
q2s2t committed Feb 10, 2019
1 parent b0a7d77 commit 5b58713
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?

0 comments on commit 5b58713

Please sign in to comment.