Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 78dee6f

Browse files
committed
chore: remove old build systems
1 parent 269b35a commit 78dee6f

File tree

5 files changed

+8
-85
lines changed

5 files changed

+8
-85
lines changed

.appveyor.yml

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ lib-cov
2121

2222
# Coverage directory used by tools like istanbul
2323
coverage
24+
.nyc_output
2425

2526
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2627
.grunt

.travis.yml

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

appveyor.yml

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

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
22
machine:
33
node:
4-
version: stable
4+
version: 8
5+
6+
test:
7+
pre:
8+
- npm run lint
9+
post:
10+
- npm run coverage -- --upload --providers coveralls
511

612
dependencies:
713
pre:

0 commit comments

Comments
 (0)