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.
2 parents 18a6b6f + 92f1cb0 commit 4298f9fCopy full SHA for 4298f9f
.travis.yml
@@ -1,5 +1,14 @@
1
rvm:
2
- 1.9.3
3
- 2.0.0
4
- - 2.1.2
+ - 2.1
5
+ - 2.2
6
+ - rbx-2.2.10
7
+ - jruby-19mode
8
+ - ruby-head
9
+ - jruby-head
10
11
+matrix:
12
+ allow_failures:
13
+ - rvm: ruby-head
14
+ - rvm: jruby-head
Gemfile
@@ -9,7 +9,6 @@ gem 'guard-minitest'
gem 'guard-spinach'
gem 'pry'
-gem 'redcarpet'
gem 'yard', '~> 0.8'
gem 'yard-tomdoc'
15
gem 'simplecov', require: false
0 commit comments