Skip to content

Commit 2f8796b

Browse files
committed
fix build
1 parent 4dc1513 commit 2f8796b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
key: v1-dependencies-{{ checksum "package.json" }}
3232

3333
# run tests!
34-
- run:|
35-
npm install -g istanbul codecov
36-
istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
37-
codecov -t ${CODECOV_TOKEN}
34+
- run: npm install -g istanbul codecov
35+
- run: istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
36+
- run: codecov -t ${CODECOV_TOKEN}

0 commit comments

Comments
 (0)