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

Commit b674158

Browse files
author
Alan Shaw
authored
chore: switch to travis (#441)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent e161175 commit b674158

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
cache: npm
4+
5+
node_js:
6+
- '10'
7+
8+
script:
9+
- npx aegir commitlint --travis
10+
- npx aegir dep-check
11+
- npm run lint
12+
13+
notifications:
14+
email: false

ci/Jenkinsfile

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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"ipfs-unixfs": "~0.1.16",
5151
"ipld-dag-cbor": "~0.13.1",
5252
"ipld-dag-pb": "~0.15.0",
53-
"is-ipfs": "~0.4.2",
53+
"is-ipfs": "~0.5.1",
5454
"is-plain-object": "^2.0.4",
5555
"libp2p-crypto": "~0.16.0",
5656
"multiaddr": "^6.0.0",
@@ -61,10 +61,12 @@
6161
"peer-info": "~0.15.0",
6262
"pull-stream": "^3.6.9",
6363
"pump": "^3.0.0",
64-
"randombytes": "^2.0.6"
64+
"randombytes": "^2.0.6",
65+
"readable-stream": "^3.1.1",
66+
"through2": "^3.0.0"
6567
},
6668
"devDependencies": {
67-
"aegir": "^18.0.2"
69+
"aegir": "^18.1.1"
6870
},
6971
"contributors": [
7072
"Alan Shaw <alan.shaw@protocol.ai>",

0 commit comments

Comments
 (0)