Skip to content

Commit

Permalink
adding travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rdy committed Feb 29, 2012
1 parent 855f591 commit a8d052c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
language: ruby
rvm:
- 1.8.7
- 1.9.2
2 changes: 2 additions & 0 deletions README.markdown
@@ -1,6 +1,8 @@
Underscore Extensions
=====================

[![Build Status](https://secure.travis-ci.org/rdy/underscore_extensions.png)](http://travis-ci.org/rdy/underscore_extensions)

Adds extensions to the underscore javascript library. It adds the javascript as a rails engine to be included in to a Rails 3+ project. To use it make sure require underscore, underscore.string and underscore.extensions.

Installing
Expand Down

0 comments on commit a8d052c

Please sign in to comment.