Skip to content

Commit

Permalink
Merge pull request #1 from k33l0r/master
Browse files Browse the repository at this point in the history
Add .travis.yml
  • Loading branch information
akonan committed Sep 27, 2012
2 parents dae5076 + b24de3a commit 8421711
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
script: "bundle exec rake spec"
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- ree
notifications:
disable: true

0 comments on commit 8421711

Please sign in to comment.