git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 8a0eedd9514462e4352ce75845cb99aad019231b

update travis.yml

wanderer committed on 5/16/2017, 8:48:14 AM
Parent: ffe13cc65ec017b5eaa668cc1f7d5c0397427e1c

Files changed

.travis.ymlchanged
package.jsonchanged
.travis.ymlView
@@ -1,16 +1,16 @@
11 language: node_js
22 node_js:
33 - "7"
4-
4+env:
5+ matrix:
6+ - TEST_SUITE=test
57 matrix:
68 fast_finish: true
79 include:
810 - os: linux
911 node_js: "7"
10- env: TEST_SUITE=test
12+ env: TEST_SUITE=coveralls
1113 - os: linux
1214 node_js: "7"
1315 env: TEST_SUITE=lint
14-
15-script: ./npm run $TEST_SUITE
16-
16+script: npm run $TEST_SUITE
package.jsonView
@@ -2,12 +2,12 @@
22 "name": "primea-hypervisor",
33 "version": "0.0.0",
44 "description": "this is a JS implemention of the primea hypervisor",
55 "scripts": {
6- "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
6+ "coverage": "node --haromany ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
77 "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
88 "lint": "standard",
9- "test": "tape ./tests/index.js"
9+ "test": "node --haromany ./tests/index.js"
1010 },
1111 "repository": {
1212 "type": "git",
1313 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
@@ -26,11 +26,11 @@
2626 "license": "MPL-2.0",
2727 "dependencies": {
2828 "bn.js": "^4.11.6",
2929 "clone": "^2.1.1",
30- "ipld-graph-builder": "1.1.5",
30+ "object-clear": "^0.1.0",
3131 "multibase": "^0.3.4",
32- "object-clear": "^0.1.0"
32+ "ipld-graph-builder": "1.1.5"
3333 },
3434 "devDependencies": {
3535 "coveralls": "^2.13.1",
3636 "ipfs": "^0.23.1",

Built with git-ssb-web