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

Commit a660fff

Browse files
authored
Merge pull request #217 from ipfs/remove-redundant-build-systems
chore: remove old build systems
2 parents 269b35a + 7610a03 commit a660fff

File tree

6 files changed

+9
-86
lines changed

6 files changed

+9
-86
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ IPFS unixFS Engine
1010
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs-unixfs-engine.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-unixfs-engine)
1111
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1212
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
13-
![](https://img.shields.io/badge/Node.js-%3E%3D6.0.0-orange.svg?style=flat-square)
13+
![](https://img.shields.io/badge/Node.js-%3E%3D8.0.0-orange.svg?style=flat-square)
1414

1515
> JavaScript implementation of the layout and chunking mechanisms used by IPFS to handle Files
1616

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)