Travis: Don't test on Ruby 1.8 (it's deprecated, and it breaks the build)

This commit is contained in:
Nicolas McCurdy
2014-01-04 21:02:55 -05:00
parent e787abd3f3
commit 8931739e97

View File

@@ -2,4 +2,3 @@ language: ruby
rvm:
- 2.0.0
- 1.9.3
- 1.8.7