Skip to content

Commit d98bb73

Browse files
committed
fix
1 parent 06c8557 commit d98bb73

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1 # using 2.1 provides access to orbs and other features
2+
jobs:
3+
build:
4+
environment:
5+
COVERALLS_SERVICE_NAME: circleci
6+
docker:
7+
- image: circleci/node:10.16.3
8+
steps:
9+
- checkout
10+
- run: npm run test
11+
- run: npm run test-coverage && npm run send-coverage

circle.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)