Run test against Ruby 2.2 on Travis CI

This commit is contained in:
Ryunosuke SATO
2014-10-15 00:50:41 +09:00
parent e452291314
commit a1884ca261
2 changed files with 2 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
notifications:
disabled: true

View File

@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gemspec
gem 'rugged', '0.21.1b2'
gem 'test-unit', require: false if RUBY_VERSION >= '2.2'