We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d26ad commit 2c6e4feCopy full SHA for 2c6e4fe
.travis.yml
@@ -1,8 +1,3 @@
1
-before_install:
2
- - gem update bundler
3
- - bundle --version
4
- - gem update --system 2.1.11
5
- - gem --version
6
bundler_args: --without development
7
language: ruby
8
rvm:
@@ -11,7 +6,7 @@ rvm:
11
- 1.9.3
12
- 2.0.0
13
- 2.1.0
14
- - rbx
9
+ - rbx-2
15
10
- ruby-head
16
matrix:
17
include:
@@ -25,7 +20,7 @@ matrix:
25
20
- rvm: jruby-18mode
26
21
- rvm: jruby-19mode
27
22
- rvm: jruby-head
28
- - rvm: rbx
23
+ - rvm: rbx-2
29
24
- rvm: ruby-head
30
fast_finish: true
31
script: bundle exec thor spec
Gemfile
@@ -26,9 +26,4 @@ group :test do
gem 'simplecov', :require => false
end
-platform :rbx do
- gem 'rubinius-coverage'
- gem 'rubysl'
32
-end
33
-
34
gemspec
0 commit comments