This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
+
3
4
matrix :
4
5
include :
5
6
- node_js : stable
6
7
env : CXX=g++-4.8
7
8
8
- # Make sure we have new NPM.
9
- before_install :
10
- - npm install -g npm
11
-
12
9
script :
13
10
- npm run lint
14
11
12
+ before_script :
13
+ - export DISPLAY=:99.0
14
+ - sh -e /etc/init.d/xvfb start
15
+
15
16
addons :
17
+ firefox : ' latest'
16
18
apt :
17
19
sources :
18
20
- ubuntu-toolchain-r-test
Original file line number Diff line number Diff line change 30
30
},
31
31
"homepage" : " https://github.com/ipfs/interface-ipfs-core#readme" ,
32
32
"dependencies" : {
33
- "aegir" : " ^12.1.0 " ,
34
- "async" : " ^2.5 .0" ,
33
+ "aegir" : " ^12.1.3 " ,
34
+ "async" : " ^2.6 .0" ,
35
35
"bl" : " ^1.2.1" ,
36
36
"bs58" : " ^4.0.1" ,
37
37
"chai" : " ^4.1.2" ,
38
- "cids" : " ^ 0.5.2" ,
38
+ "cids" : " ~ 0.5.2" ,
39
39
"concat-stream" : " ^1.6.0" ,
40
40
"detect-node" : " ^2.0.3" ,
41
- "ipfs-block" : " ^ 0.6.0 " ,
42
- "ipld-dag-cbor" : " ^ 0.11.1 " ,
43
- "ipld-dag-pb" : " ^ 0.11.2 " ,
41
+ "ipfs-block" : " ~ 0.6.1 " ,
42
+ "ipld-dag-cbor" : " ~ 0.11.2 " ,
43
+ "ipld-dag-pb" : " ~ 0.11.3 " ,
44
44
"multiaddr" : " ^3.0.1" ,
45
- "multihashes" : " ^0.4.12" ,
46
- "multihashing-async" : " ^0.4.7" ,
47
- "peer-id" : " ^0.10.2" ,
48
- "pull-stream" : " ^3.6.1"
49
- },
50
- "devDependencies" : {
45
+ "multihashes" : " ~0.4.12" ,
46
+ "multihashing-async" : " ~0.4.7" ,
47
+ "peer-id" : " ~0.10.2" ,
48
+ "pull-stream" : " ^3.6.1" ,
51
49
"dirty-chai" : " ^2.0.1"
52
50
},
53
51
"contributors" : [
You can’t perform that action at this time.
0 commit comments