Skip to content

Commit 1a29469

Browse files
committed
Update circleci
1 parent 5ec2cc2 commit 1a29469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
name: Test
3636
command: npm test
3737
- run:
38-
name: Run coveralls
39-
command: 'cat temp/coverage/coverage.txt'
38+
name: Run coveralls
39+
command: 'cat temp/coverage/coverage.txt'
4040
- run:
4141
name: Run coveralls
42-
command: 'cat temp/coverage/coverage.txt | ./node_modules/.bin/coveralls'
42+
command: 'cat temp/coverage/coverage.txt | ./node_modules/coveralls/bin/coveralls.js'
4343
- store_artifacts:
4444
path: temp/coverage
4545
prefix: coverage

0 commit comments

Comments
 (0)