Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Removing Makefile (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemoore authored Jul 9, 2018
1 parent 94cd1c6 commit 625807c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
23 changes: 0 additions & 23 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test_script:
- npm run test

after_test:
- node .\bin\codecov -f coverage\coverage.json
- node .\bin\codecov -f .nyc_output\*.json

build: off

Expand Down
8 changes: 1 addition & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ machine:

test:
post:
- ./bin/codecov -f coverage/coverage.json

deployment:
suite:
branch: /.*/
commands:
- make testsuite
- ./bin/codecov -f .nyc_output/*.json

0 comments on commit 625807c

Please sign in to comment.