Skip to content

Commit

Permalink
[upd] add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcooliveira committed Jul 15, 2015
1 parent 6e4017e commit 0ecf812
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- "0.10"
- "0.12"

script: "npm run test-travis"
after_script:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
- "cat ./coverage/lcov.info | CODACY_REPO_TOKEN=8d8aa33d498c45e5b74c90ca23ba9cf1 ./node_modules/codacy-coverage/bin/codacy-coverage.js"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

Atomic operators for LevelDB.

[![Build Status](https://travis-ci.org/IndigoUnited/node-level-atomics.svg?branch=master)](https://travis-ci.org/IndigoUnited/node-level-atomics) [![Coverage Status](https://coveralls.io/repos/IndigoUnited/node-level-atomics/badge.svg)](https://coveralls.io/r/IndigoUnited/node-level-atomics) [![[![Codacy Badge](https://www.codacy.com/project/badge/97a9d41428694d1a978dedb9b36037c7)](https://www.codacy.com/app/me_19/node-level-atomics)
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
],
"license": "MIT",
"devDependencies": {
"codacy-coverage": "^1.1.2",
"coveralls": "^2.11.2",
"expect.js": "^0.3.1",
"istanbul": "^0.3.17",
"leveldown": "^1.3.0",
"levelup": "^1.2.1"
"levelup": "^1.2.1",
"mocha-lcov-reporter": "0.0.2"
},
"dependencies": {
"async": "^1.3.0",
Expand Down

0 comments on commit 0ecf812

Please sign in to comment.