This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Commit 1ed1871 1 parent 627f247 commit 1ed1871 Copy full SHA for 1ed1871
File tree 3 files changed +26
-5
lines changed
3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ language: node_js
3
3
4
4
matrix :
5
5
include :
6
- - node_js : 4
7
- env : CXX=g++-4.8
8
6
- node_js : 6
9
7
env :
10
8
- CXX=g++-4.8
Original file line number Diff line number Diff line change
1
+ environment :
2
+ matrix :
3
+ - nodejs_version : " 6"
4
+ - nodejs_version : " 8"
5
+
6
+ # cache:
7
+ # - node_modules
8
+
9
+ platform :
10
+ - x64
11
+
12
+ install :
13
+ - ps : Install-Product node $env:nodejs_version $env:platform
14
+ - npm install
15
+
16
+ test_script :
17
+ - node --version
18
+ - npm --version
19
+ - npm test
20
+
21
+ build : off
22
+
23
+ version : " {build}"
Original file line number Diff line number Diff line change 43
43
"cids" : " ^0.5.1" ,
44
44
"dirty-chai" : " ^2.0.1" ,
45
45
"ipfs-block" : " ~0.6.0" ,
46
- "ipfs-repo" : " ~0.17 .0" ,
46
+ "ipfs-repo" : " ~0.18 .0" ,
47
47
"lodash" : " ^4.17.4" ,
48
48
"multihashing-async" : " ^0.4.6" ,
49
49
"ncp" : " ^2.0.0" ,
50
50
"pre-commit" : " ^1.2.2" ,
51
51
"rimraf" : " ^2.6.1"
52
52
},
53
53
"engines" : {
54
- "node" : " >=4 .0.0" ,
54
+ "node" : " >=6 .0.0" ,
55
55
"npm" : " >=3.0.0"
56
56
},
57
57
"dependencies" : {},
66
66
" npmcdn-to-unpkg-bot <npmcdn-to-unpkg-bot@users.noreply.github.com>" ,
67
67
" wanderer <mjbecze@gmail.com>"
68
68
]
69
- }
69
+ }
You can’t perform that action at this time.
0 commit comments