Skip to content

Commit

Permalink
Merge pull request #118 from cryptosphere/update-supported-rubies
Browse files Browse the repository at this point in the history
Update supported Rubies
  • Loading branch information
namelessjon committed Apr 25, 2015
2 parents 8a0853f + 0a0c4db commit 8a24a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
script: bundle exec rake ci

rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.4
- 2.2.2
- ruby-head
- jruby
- jruby-head
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ For more information on NaCl's goals, see Dan Bernstein's presentation
You can use RbNaCl anywhere you can get libsodium installed (see below).
RbNaCl is continuously integration tested on the following Ruby VMs:

* MRI 2.0, 2.1
* MRI 1.9 (YARV)
* MRI 2.0, 2.1, 2.2
* JRuby 1.7 (in both 1.8/1.9 mode)
* Rubinius HEAD (in both 1.8/1.9 mode)

Expand Down

0 comments on commit 8a24a09

Please sign in to comment.