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

Commit 8a984a8

Browse files
committed
feat(ci): add node.js 6 (stable) testing
1 parent 9940742 commit 8a984a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: node_js
33
node_js:
44
- 4
55
- 5
6+
- "stable"
67

78
# Make sure we have new NPM.
89
before_install:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"chai": "^3.5.0",
3535
"gulp": "^3.9.1",
3636
"hapi": "^14.1.0",
37-
"interface-ipfs-core": "^0.7.2",
37+
"interface-ipfs-core": "^0.8.0",
3838
"ipfsd-ctl": "^0.14.0",
3939
"passthrough-counter": "^1.0.0",
4040
"pre-commit": "^1.1.3",

0 commit comments

Comments
 (0)