File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ script: if [[ -z "$ELECTRON" ]]; then travis_retry npm run coverage; else travis
4242
4343after_success :
4444 - bash ./scripts/publish_docs.sh
45+ - ' if [[ $DEPLOY == true && $TRAVIS_OS_NAME == linux ]]; then bash <(curl -s https://codecov.io/bash); fi'
4546
4647deploy :
4748 provider : script
Original file line number Diff line number Diff line change 2121 'install_zmq' : '<!(./build_libzmq.sh 2>&1 > zmq-build.log)' ,
2222 'xcode_settings' : {
2323 'GCC_ENABLE_CPP_EXCEPTIONS' : 'YES' ,
24- 'MACOSX_DEPLOYMENT_TARGET' : '10.6 ' ,
24+ 'MACOSX_DEPLOYMENT_TARGET' : '10.7 ' ,
2525 },
2626 'libraries' : [ '<(PRODUCT_DIR)/../../zmq/lib/libzmq.a' ],
2727 'include_dirs' : [ '<(PRODUCT_DIR)/../../zmq/include' ],
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage:
44 status :
55 patch :
66 default :
7- target : auto
7+ target : ' 30 '
88 project :
99 default :
1010 target : auto
Original file line number Diff line number Diff line change 1313 "prebuild" : " ^4.2.2"
1414 },
1515 "devDependencies" : {
16- "codecov" : " ^1.0.1" ,
1716 "electron-mocha" : " ^3.1.1" ,
1817 "jsdoc" : " ^3.4.2" ,
1918 "mocha" : " ^3.1.0" ,
3029 "test" : " mocha --expose-gc --slow 300" ,
3130 "test:electron" : " electron-mocha --slow 300" ,
3231 "precoverage" : " nyc npm run test" ,
33- "coverage" : " nyc report --reporter=text-lcov > coverage. lcov && codecov "
32+ "coverage" : " nyc report --reporter=text-lcov > coverage/ lcov.info "
3433 },
3534 "keywords" : [
3635 " zeromq" ,
You can’t perform that action at this time.
0 commit comments