Add travis

This commit is contained in:
Justin Leitgeb 2014-02-25 00:06:41 -05:00
parent 2f90b7c588
commit 43f24696f8
2 changed files with 5 additions and 0 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: haskell
ghc:
- 7.6

View File

@ -1,5 +1,7 @@
# String Inflections for Haskell
[![Build Status](https://travis-ci.org/stackbuilders/inflections-hs.png)](https://travis-ci.org/stackbuilders/inflections-hs)
This library is a partial port of the [String Inflector](http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html) from Ruby on Rails. Specifically, it implements the [`parameterize`](http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-parameterize) and [`dasherize`](http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-dasherize) functions from the Inflector.
## Usage