Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
removed coverage reporting (just for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Artemyev committed Jan 2, 2016
1 parent 33e3bb2 commit 353d5f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ node_js:
- "4.2"
- "0.12"

script: npm run coveralls && npm run test_browser
script: npm run test_browser
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ MarsDB-Angular

[![Build Status](https://travis-ci.org/c58/marsdb-angular.svg?branch=master)](https://travis-ci.org/c58/marsdb-angular)
[![npm version](https://badge.fury.io/js/marsdb-angular.svg)](https://www.npmjs.com/package/marsdb-angular)
[![Coverage Status](https://coveralls.io/repos/c58/marsdb-angular/badge.svg?branch=master&service=github)](https://coveralls.io/github/c58/marsdb-angular?branch=master)
[![Dependency Status](https://david-dm.org/c58/marsdb-angular.svg)](https://david-dm.org/c58/marsdb-angular)

MarsDB-Angular is an AngularJS 1.x binding for MarsDB. It makes easy to use MarsDB in an angular application by automatically wrap all returned promises with `$q` and destroy observers on $scope's `$destroy` event.
Expand Down
Empty file added test/browser/.gitkeep
Empty file.

0 comments on commit 353d5f4

Please sign in to comment.