Skip to content

Commit f24f166

Browse files
committed
config (circle): add coveralls script step to circleCi
1 parent 916db53 commit f24f166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
1414
# documented at https://circleci.com/docs/2.0/circleci-images/
15-
# - image: circleci/mongo:3.4.4
1615

1716
steps:
1817
- checkout
1918
- run: npm install
2019
- run: npm test
20+
- run: npm run coveralls

0 commit comments

Comments
 (0)