Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed Apr 24, 2016
2 parents 7f51a1a + f915dad commit 506d50d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.9"
- "0.8"
# - "0.6"
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Citibike [![Build Status](https://travis-ci.org/KevinTCoughlin/citibike.png)](https://travis-ci.org/KevinTCoughlin/citibike) [![Dependency Status](https://gemnasium.com/KevinTCoughlin/citibike.png)](https://gemnasium.com/KevinTCoughlin/citibike)
# Citibike

[![NPM](https://nodei.co/npm/citibike.png)](https://nodei.co/npm/citibike/)
[![Build Status](https://img.shields.io/travis/KevinTCoughlin/citibike.svg?style=flat-square)](https://travis-ci.org/KevinTCoughlin/citibike)
[![npm version](https://img.shields.io/npm/v/citibike.svg?style=flat-square)](https://www.npmjs.com/package/citibike)

A [node.js](http://nodejs.org/) wrapper for [Citibike](http://citibikenyc.com/)'s REST API.

Expand Down Expand Up @@ -128,7 +129,7 @@

## LICENSE

Citibike: Copyright (c) 2014 Kevin Coughlin
Citibike: Copyright (c) 2014-2016 Kevin Coughlin

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 506d50d

Please sign in to comment.