提交 628570aa1134c1c5d656199763a4bb6ece61dd4d
1 个父辈
cf2284de
Fixed travis-ci build for node-gyp mariasql err
正在显示
3 个修改的文件
包含
18 行增加
和
10 行删除
| 1 | 1 | language: node_js |
| 2 | 2 | node_js: |
| 3 | - - "0.10" | |
| 4 | - - "0.11" | |
| 5 | -script: "npm run-script test-travis" | |
| 6 | -after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls" | |
| 3 | +- '0.10' | |
| 4 | +- '0.11' | |
| 5 | +script: npm run-script test-travis | |
| 6 | +after_script: npm install coveralls@2 && cat ./coverage/lcov.info | coveralls | |
| 7 | +notifications: | |
| 8 | + webhooks: | |
| 9 | + urls: | |
| 10 | + - https://webhooks.gitter.im/e/84f254ceb77918b5a899 | |
| 11 | + on_success: change | |
| 12 | + on_failure: always | |
| 13 | + on_start: false | |
| 14 | + hipchat: | |
| 15 | + rooms: | |
| 16 | + secure: SZAghgIWk6b8rpItdkjSY8UJtTW8E8AIYE5KkTGa9FiV0/q9kTHIAiqxBAQyIgF9IVsrO2NZdO9FrsiKjkSUPXbkonxtuqptl2c7bJLm2gUNmku2DfG0hn8TY50MXxGpiyEySoxcX4igQTzSZlJM81T0EI+L0PQJJXUKEJGuadY= | ... | ... |
| ... | ... | @@ -3,10 +3,10 @@ |
| 3 | 3 | |
| 4 | 4 | [![NPM version][npm-image]][npm-url] |
| 5 | 5 | [![Build Status][travis-image]][travis-url] |
| 6 | -[![Dependency Status][depstat-image]][depstat-url] | |
| 7 | 6 | [![NPM downloads][npm-downloads]][npm-url] |
| 8 | 7 | [![Test Coverage][coveralls-image]][coveralls-url] |
| 9 | 8 | [![MIT License][license-image]][license-url] |
| 9 | +[![Gitter][gitter-image]][gitter-url] | |
| 10 | 10 | |
| 11 | 11 | ![Igloo][igloo-image] |
| 12 | 12 | |
| ... | ... | @@ -384,8 +384,6 @@ See [nifty-conventions][nifty-conventions] for code guidelines, general project |
| 384 | 384 | [npm-downloads]: http://img.shields.io/npm/dm/igloo.svg?style=flat |
| 385 | 385 | [travis-url]: http://travis-ci.org/niftylettuce/igloo |
| 386 | 386 | [travis-image]: http://img.shields.io/travis/niftylettuce/igloo.svg?style=flat |
| 387 | -[depstat-url]: https://gemnasium.com/niftylettuce/igloo | |
| 388 | -[depstat-image]: http://img.shields.io/gemnasium/niftylettuce/igloo.svg?style=flat | |
| 389 | 387 | [coveralls-image]: https://img.shields.io/coveralls/niftylettuce/igloo.svg?style=flat |
| 390 | 388 | [coveralls-url]: https://coveralls.io/r/niftylettuce/igloo?branch=master |
| 391 | 389 | [igloo-image]: https://filenode.s3.amazonaws.com/igloo.png |
| ... | ... | @@ -404,3 +402,5 @@ See [nifty-conventions][nifty-conventions] for code guidelines, general project |
| 404 | 402 | [connect-redis]: https://github.com/visionmedia/connect-redis |
| 405 | 403 | [eskimo-default-config]: https://github.com/niftylettuce/eskimo/blob/master/boot/config.js |
| 406 | 404 | [update-notifier]: https://github.com/yeoman/update-notifier |
| 405 | +[gitter-url]: https://gitter.im/niftylettuce/igloo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge | |
| 406 | +[gitter-image]: https://badges.gitter.im/Join%20Chat.svg | ... | ... |
| ... | ... | @@ -41,11 +41,9 @@ |
| 41 | 41 | "chai": "^1.9.1", |
| 42 | 42 | "istanbul": "^0.3.0", |
| 43 | 43 | "knex": "^0.6.13", |
| 44 | - "mariasql": "^0.1.21", | |
| 45 | 44 | "mocha": "^1.21.4", |
| 46 | 45 | "mongoose": "~3.8.7", |
| 47 | - "mongoose-json-select": "^0.2.1", | |
| 48 | - "mysql": "^2.3.2" | |
| 46 | + "mongoose-json-select": "^0.2.1" | |
| 49 | 47 | }, |
| 50 | 48 | "scripts": { |
| 51 | 49 | "prepublish": "npm prune", | ... | ... |
请
注册
或
登录
后发表评论