Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
* Droped Rubinius
* Added latest MRI 2.3
* Added MRI 2.4
* Added latest JRuby
  • Loading branch information
pointlessone committed Dec 25, 2016
1 parent 368d122 commit 5add84c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ before_install:
- bundle --version
rvm:
- 2.1.0-p0
- 2.1.8
- 2.1.10
- 2.2.0-p0
- 2.2.4
- 2.2.6
- 2.3.0
- jruby-9.0.5.0
- rbx-3.19
matrix:
allow_failures:
- rvm: rbx-3.19
- 2.3.3
- 2.4.0
- jruby-9.1.6.0
8 changes: 0 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
source "https://rubygems.org"

gemspec

if ENV["CI"]
platforms :rbx do
gem "rubysl-singleton", "~> 2.0"
gem "rubysl-digest", "~> 2.0"
gem "rubysl-enumerator", "~> 2.0"
end
end

0 comments on commit 5add84c

Please sign in to comment.