Skip to content

Commit

Permalink
Add travis badge and test for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Feb 20, 2015
1 parent 44564ec commit 2207e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.8"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An even lighter alternative to geoip-lite and libGeoIP wrappers. It provides
country data for IP addresses based on the GeoLite data from MaxMind. It does
not provide city, state or region data. Forked from geoip-lite.

[![Build Status](https://travis-ci.org/danielstjules/geoip-ultralight.svg?branch=master)](https://travis-ci.org/danielstjules/geoip-ultralight)

## Why

Unlike other geoip libraries for node, geoip-lite and geoip-ultralight don't
Expand Down

0 comments on commit 2207e18

Please sign in to comment.