-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Conversation
2320cdf
to
89de3fd
Compare
e9d2499
to
afd63fa
Compare
DO NOT USE require for JSON FILES
3cd7bdc
to
e804947
Compare
|
||
before_script: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
|
||
after_success: | ||
- npm run coverage-publish | ||
|
||
env: | ||
- CXX=g++-4.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that travis can build native modules (node 4 and greater require a c++ compiler for those) Details here: https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean, which are the native modules that we have introduced with bitswap?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None that we really need, travis was just complaining and I wanted to fix that (those native modules are mostly used through aegir)
LGTM :) |
d146326
to
ea70e0b
Compare
🎉 🎈 🎉 🎈 🎉 🎈 🎉 🎈 🎉 🎈 🎉 🎈 🎉 🎈 🎉 🎈 |
wowowowwowo :D |
This is still a work in progress
TODO
stat
wantlist
unwant
will be done laterstat
wantlist
unwant
will be done laterNeeds the following PRs