Skip to content

Commit

Permalink
Trying gem with other ruby interpreters
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Sep 15, 2013
1 parent eb4236c commit ac43be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -6,10 +6,13 @@ script: "bundle exec rspec spec"

# specify which ruby version to use
rvm:
# - 1.8.6 not working
- 1.8.7
- 1.9.2
- jruby
# - 1.8.6 not working
- jruby-19mode
- rbx-19mode #rubinius
- ree


# turn off all notifications
notifications:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,3 +1,3 @@
source :rubygems
source "https://rubygems.org"

gemspec

0 comments on commit ac43be7

Please sign in to comment.