From ffc442c96126abde3355a7ac4c50fe326399d474 Mon Sep 17 00:00:00 2001
From: murgatroid99 <mlumish@google.com>
Date: Fri, 27 Feb 2015 15:46:13 -0800
Subject: [PATCH] Added multiple ruby version tests

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 17957584b7..71e60a751b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ env:
     - CONFIG=opt TEST=c
     - CONFIG=opt TEST=c++
     - CONFIG=opt TEST=node
+    - CONFIG=opt TEST=ruby RUBY_VERSION=2.1.0
     - CONFIG=opt TEST=ruby
 script:
   - rvm use $RUBY_VERSION
-- 
GitLab