Skip to content

Commit

Permalink
adding Travis CI integration
Browse files Browse the repository at this point in the history
  • Loading branch information
TwP committed Jan 7, 2012
1 parent eedb33d commit 9685a01
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: ruby

before_install: "gem install bones"
install: "rake gem:install_dependencies"

script: "rake"

rvm:
- 1.9.2

0 comments on commit 9685a01

Please sign in to comment.