diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..e344a88b3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: node_js + +cache: npm + +node_js: + - '10' + +script: + - npx aegir commitlint --travis + - npx aegir dep-check + - npm run lint + +notifications: + email: false diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile deleted file mode 100644 index a7da2e54f..000000000 --- a/ci/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -// 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. -javascript() diff --git a/package.json b/package.json index 22643cbc0..7a97e4c70 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "ipfs-unixfs": "~0.1.16", "ipld-dag-cbor": "~0.13.1", "ipld-dag-pb": "~0.15.0", - "is-ipfs": "~0.4.2", + "is-ipfs": "~0.5.1", "is-plain-object": "^2.0.4", "libp2p-crypto": "~0.16.0", "multiaddr": "^6.0.0", @@ -61,10 +61,12 @@ "peer-info": "~0.15.0", "pull-stream": "^3.6.9", "pump": "^3.0.0", - "randombytes": "^2.0.6" + "randombytes": "^2.0.6", + "readable-stream": "^3.1.1", + "through2": "^3.0.0" }, "devDependencies": { - "aegir": "^18.0.2" + "aegir": "^18.1.1" }, "contributors": [ "Alan Shaw ",