Skip to content

Commit 2c6e4fe

Browse files
committed
Update Travis settings for Rubinius
/cc @brixen
1 parent d9d26ad commit 2c6e4fe

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
before_install:
2-
- gem update bundler
3-
- bundle --version
4-
- gem update --system 2.1.11
5-
- gem --version
61
bundler_args: --without development
72
language: ruby
83
rvm:
@@ -11,7 +6,7 @@ rvm:
116
- 1.9.3
127
- 2.0.0
138
- 2.1.0
14-
- rbx
9+
- rbx-2
1510
- ruby-head
1611
matrix:
1712
include:
@@ -25,7 +20,7 @@ matrix:
2520
- rvm: jruby-18mode
2621
- rvm: jruby-19mode
2722
- rvm: jruby-head
28-
- rvm: rbx
23+
- rvm: rbx-2
2924
- rvm: ruby-head
3025
fast_finish: true
3126
script: bundle exec thor spec

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,4 @@ group :test do
2626
gem 'simplecov', :require => false
2727
end
2828

29-
platform :rbx do
30-
gem 'rubinius-coverage'
31-
gem 'rubysl'
32-
end
33-
3429
gemspec

0 commit comments

Comments
 (0)