Skip to content

Commit

Permalink
Integrate travis-ci, instabull, converalls
Browse files Browse the repository at this point in the history
  • Loading branch information
kayomarz committed Dec 21, 2015
1 parent c28984b commit 9fc0c69
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "stable"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
after_success: 'npm run coveralls'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# DynamoDb-Data-Types

[![Build Status](https://travis-ci.org/kayomarz/dynamodb-data-types.svg)](https://travis-ci.org/kayomarz/dynamodb-data-types)
[![Coverage Status](https://coveralls.io/repos/kayomarz/dynamodb-data-types/badge.svg?branch=master&service=github)](https://coveralls.io/github/kayomarz/dynamodb-data-types?branch=master)

This utility helps represent AWS DynamoDb data types for
[Amazon SDK for Node.js](http://aws.amazon.com/sdkfornodejs/).

Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"devDependencies": {
"async": "0.2.9",
"aws-sdk": "^2.1.10",
"coveralls": "^2.11.6",
"istanbul": "^0.4.1",
"jasmine-node": "^1.14.5",
"lodash": "2.2.1"
},
"author": {
Expand All @@ -16,6 +19,10 @@
"type": "git",
"url": "https://github.com/kayomarz/dynamodb-data-types.git"
},
"scripts": {
"test": "istanbul cover --include-all-sources --root lib jasmine-node tests/spec",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"keywords": [
"amazon",
"api",
Expand Down

0 comments on commit 9fc0c69

Please sign in to comment.