Closed jimwhitelaw closed 7 years ago
This change builds correctly, but fails at 'semantic-release' step due to not being configured with GH and NPM tokens.
Fix for the CI builds was to only run semantic-release after a successful build. David I think you'll need to update the travis env vars with the appropriate GH_TOKEN and NPM_TOKEN values for semantic-release and npm publishing to succeed.
@jimwhitelaw Thank you. This is amazing!
TravisCI builds failing when running
node-gyp rebuild
for lwip due to lwip requiring gcc 4.8+. This change updates gcc on the CI server before executing the build.