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 85220f5 commit 738c8c0Copy full SHA for 738c8c0
.travis.yml
@@ -1,16 +1,17 @@
1
+sudo: false
2
+
3
language: ruby
4
5
cache: bundler
6
7
rvm:
8
- ruby-head
9
- 2.1.2
- - 2.1.0
10
- 2.0.0
11
- 1.9.3
12
- jruby-19mode
13
- jruby-head
- - rbx-2
14
+ - rbx-2.2.10
15
16
matrix:
17
allow_failures:
Gemfile
@@ -14,9 +14,3 @@ group :development, :test do
gem 'rack-test', "~> 0.6.2", :require => "rack/test"
gem 'rubocop', '0.21.0'
end
-
18
-platforms :rbx do
19
- gem 'rubysl', '~> 2.0'
20
- gem 'parser', '~> 2.1'
21
- gem 'racc', '~> 1.4'
22
-end
0 commit comments