This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 19
19
- windows
20
20
21
21
script : npx nyc -s npx aegir test -t node --timeout 10000 --bail
22
- after_success : npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
22
+ after_success :
23
+ - npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
24
+ - test $TRAVIS_BRANCH = "master" && npx aegir update-last-successful-build
23
25
24
26
jobs :
25
27
include :
55
57
script :
56
58
- xvfb-run npx aegir test -t electron-renderer -- --bail --timeout 10000
57
59
60
+ - stage : test
61
+ name : interop
62
+ script :
63
+ - npm run test:interop
64
+
58
65
notifications :
59
66
email : false
Original file line number Diff line number Diff line change 48
48
"test:node:cli" : " aegir test -t node -f test/cli/index.js" ,
49
49
"test:node:interface" : " aegir test -t node -f test/core/interface.spec.js" ,
50
50
"test:bootstrapers" : " IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js" ,
51
+ "test:interop" : " IPFS_JS_EXEC=$PWD/src/cli/bin.js ipfs-interop" ,
51
52
"coverage" : " nyc --reporter=text --reporter=lcov npm run test:node" ,
52
53
"benchmark" : " echo \" Error: no benchmarks yet\" && exit 1" ,
53
54
"benchmark:node" : " echo \" Error: no benchmarks yet\" && exit 1" ,
140
141
"libp2p-websocket-star-multi" : " ~0.4.3" ,
141
142
"libp2p-websockets" : " ~0.12.3" ,
142
143
"lodash" : " ^4.17.15" ,
143
- "mafmt" : " ^6.0.2 " ,
144
+ "mafmt" : " ^6.0.10 " ,
144
145
"merge-options" : " ^1.0.1" ,
145
146
"mime-types" : " ^2.1.21" ,
146
147
"mkdirp" : " ~0.5.1" ,
185
186
"yargs-promise" : " ^1.1.0"
186
187
},
187
188
"devDependencies" : {
188
- "aegir" : " ^20.0 .0" ,
189
+ "aegir" : " ^20.1 .0" ,
189
190
"base64url" : " ^3.0.1" ,
190
191
"chai" : " ^4.2.0" ,
191
192
"clear-module" : " ^4.0.0" ,
197
198
"form-data" : " ^2.5.1" ,
198
199
"hat" : " 0.0.3" ,
199
200
"interface-ipfs-core" : " ^0.113.0" ,
201
+ "ipfs-interop" : " ~0.1.0" ,
200
202
"ipfsd-ctl" : " ~0.46.0" ,
201
203
"libp2p-websocket-star" : " ~0.10.2" ,
202
204
"ncp" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments