Skip to content

Commit

Permalink
Added Travis CI image to README and improved CI definitions for Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-e committed Jul 28, 2014
1 parent a82f94b commit f817a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Wicket #

![Build Stats](https://travis-ci.org/arthur-e/Wicket.svg?branch=master)

Wicket is a lightweight library for translating between [Well-Known Text (WKT)](http://en.wikipedia.org/wiki/Well-known_text) and various client-side mapping frameworks:
* Leaflet [(demo)](http://arthur-e.github.com/Wicket/)
* Google Maps API [(demo)](http://arthur-e.github.com/Wicket/sandbox-gmaps3.html)
Expand Down Expand Up @@ -65,6 +67,7 @@ Use `fromObject()` instead, as in the following example.

* [wellknown](https://github.com/mapbox/wellknown)
* [OpenLayers WKT](https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers/Format/WKT.js)
* [wkt-parser](http://terraformer.io/wkt-parser/)

## Dependencies and Build Information ##

Expand Down

0 comments on commit f817a3a

Please sign in to comment.