Skip to content

Commit 4227778

Browse files
committed
Allow failures on 1.9
1 parent 29fbfaa commit 4227778

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rvm:
66
- 2.0.0
77
- jruby-9.0.0.0
88
- 1.9.3
9+
matrix:
10+
allow_failures:
11+
- rvm: 1.9.3
912
notifications:
1013
email:
1114
- api@mrcr.ru

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ end
1010

1111
group :test, :development do
1212
gem 'aruba', '~> 0.8.0'
13-
gem 'public_suffix', '~> 1.4.0'
14-
gem 'term-ansicolor', '~> 1.3.0'
1513
gem 'json', '~> 1.8.1'
1614
gem 'rake', '>= 0.8.7', '< 11.0'
1715
gem 'rspec', '~> 3.3.0'

0 commit comments

Comments
 (0)