Skip to content

Commit

Permalink
added ruby 2.0 to the travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Jun 19, 2013
1 parent d6a09ac commit 4720a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: "ruby"
script: "bundle exec rake"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
Expand Down

0 comments on commit 4720a4c

Please sign in to comment.