Skip to content

Commit

Permalink
fix(lwip): update lwip to fix 'node-gyp rebuild' failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwhitelaw authored and davidnpma committed Dec 2, 2016
1 parent 6ba2b0f commit 9c9c1c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 39 deletions.
51 changes: 15 additions & 36 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,23 @@
language: node_js
node_js:
- iojs-v1
- '0.12'
- '0.10'
sudo: false
cache:
directories:
- node_modules
- node_modules
notifications:
email: false
slack:
secure: gozH0fviW5KECKL+2ZVnXpmfkeVpOjNejedmC/q7D8HK2WIdkcp2EYt6nj6Vzjr0C3K0HxrVhgRAcdpRBDg+fTaxgYxdFTce2fs5EKADiQx0NK6q3S4MBURySgf6fBsGIUrVcxiWLmUttp1zrsWbO3nQhSMqyAI3SZQdus+1cvE=
node_js:
- 'node'
- '6'
- '4'
before_install:
- npm i -g npm@^2.0.0
- npm i -g pangyp
- npm prune
install:
- npm install --node-gyp=$(which pangyp)
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-4.8
env:
- CXX=g++-4.8
before_script:
- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
- npm prune
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
after_failure:
- python travis_after_all.py
- export $(cat .to_export_back)
before_deploy:
- rm -f travis_after_all.py .to_export_back
after_script:
- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS
deploy:
provider: npm
email: david@excellenteasy.com
skip_cleanup: true
on:
branch: master
repo: excellenteasy/android-icon-resize
condition: "$BUILD_LEADER$BUILD_AGGREGATE_STATUS = YESothers_succeeded"
api_key:
secure: CY5CFa2CU5xbEpMRC8gXoLYqG3Q6/ZEEpurf96azWeM/FfbuYMCb+uiEfcbH34JjtTP+XUtWDLk5z8XrV2mWy86KC4w8+1U2g/GtSKRIH/99f2YqXmjgJqfOZlD3v0D+MfUJlVB3MGffalBKMZ9KmQQmlllHn8FVEwMFMAOngrw=
env:
global:
secure: Zy0xeBMuGtI9GL8JLPJiWSbbNquvA9qxyEqkxitpdIElvNsPowiVRAmKN9Nb9ycYbjm/ftENVv00JnQR4EW4GgNLogCfauOIOJyMth8unROWH1aw5QgzrdqwpANxHhczeC7MkzLPGZLBfMQOgr87IutIh6A1wlCM+rJSZQXEvHo=
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"abbrev": "^1.0.5",
"android-icons": "^2.0.1",
"colors": "^1.0.3",
"lwip": "0.0.6",
"lwip": "0.0.9",
"q": "^1.1.2",
"yargs": "^3.7.0"
},
Expand All @@ -29,8 +29,7 @@
},
"scripts": {
"test": "standard && node test.js",
"prepublish": "semantic-release pre",
"postpublish": "semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
Expand Down

0 comments on commit 9c9c1c8

Please sign in to comment.