-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lwip): update lwip to fix 'node-gyp rebuild' failures
- Loading branch information
1 parent
6ba2b0f
commit 9c9c1c8
Showing
2 changed files
with
17 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: [email protected] | ||
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+$/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters