Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed May 18, 2020
1 parent 06c8557 commit d98bb73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,11 @@
version: 2.1 # using 2.1 provides access to orbs and other features
jobs:
build:
environment:
COVERALLS_SERVICE_NAME: circleci
docker:
- image: circleci/node:10.16.3
steps:
- checkout
- run: npm run test
- run: npm run test-coverage && npm run send-coverage
10 changes: 0 additions & 10 deletions circle.yml

This file was deleted.

0 comments on commit d98bb73

Please sign in to comment.