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 29fbfaa commit 4227778Copy full SHA for 4227778
.travis.yml
@@ -6,6 +6,9 @@ rvm:
6
- 2.0.0
7
- jruby-9.0.0.0
8
- 1.9.3
9
+matrix:
10
+ allow_failures:
11
+ - rvm: 1.9.3
12
notifications:
13
email:
14
- api@mrcr.ru
Gemfile
@@ -10,8 +10,6 @@ end
group :test, :development do
gem 'aruba', '~> 0.8.0'
- gem 'public_suffix', '~> 1.4.0'
- gem 'term-ansicolor', '~> 1.3.0'
15
gem 'json', '~> 1.8.1'
16
gem 'rake', '>= 0.8.7', '< 11.0'
17
gem 'rspec', '~> 3.3.0'
0 commit comments