We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a77ac5b + b2e4f9b commit d08d081Copy full SHA for d08d081
.travis.yml
@@ -1,9 +1,19 @@
1
language: ruby
2
+
3
cache: bundler
-before_install:
4
- - gem install bundler -v '= 1.5.1'
5
rvm:
6
+ - ruby-head
7
+ - 2.1.1
8
- 2.1.0
9
- 2.0.0
10
- 1.9.3
11
- jruby-19mode
12
+ - jruby-head
13
+ - rbx-2.1
14
+ - rbx-2.2
15
16
+matrix:
17
+ allow_failures:
18
+ - rvm: ruby-head
19
+ - rvm: jruby-head
Gemfile
@@ -18,3 +18,9 @@ group :development, :test do
gem 'redcarpet', platforms: :ruby
gem 'rubocop', '~> 0.15.0'
20
end
21
22
+platforms :rbx do
23
+ gem 'rubysl'
24
+ gem 'rubinius-developer_tools'
25
+ gem 'racc'
26
+end
0 commit comments