ruby 1.9.1 removed from travis (no longer supported, see https://gist.github.com/1223640)

This commit is contained in:
erwanlr
2013-01-17 15:38:34 +01:00
parent b24528cfe5
commit 9b34b6597f

View File

@@ -1,7 +1,5 @@
language: ruby
before_install: rvm install ruby-1.9.1-p431
rvm:
- "1.9.1"
- "1.9.2"
- "1.9.3"
script: bundle exec rspec --format documentation