Skip to content

Commit

Permalink
Removed testling, added travis build, fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Mar 30, 2015
1 parent 658db7b commit 6f0687b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language: node_js
node_js: stable
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# round-date

[![browser support](https://ci.testling.com/atruskie/round-date.png)
](https://ci.testling.com/atruskie/round-date)

[![Build Status](https://travis-ci.org/atruskie/round-date.png)](https://travis-ci.org/atruskie/round-date)


---
Expand All @@ -25,7 +25,7 @@ var nearest30Seconds = roundDate.floor(30, new Date());
# Methods

```
var roundDate = require("round-date")
var roundDate = require("roundDate")
```

## var d = roundDate.round(roundToSeconds, date)
Expand Down

0 comments on commit 6f0687b

Please sign in to comment.