From 85e2467a0de5990ad5c5ec4a065ea16038323dd5 Mon Sep 17 00:00:00 2001
From: Erick Guan <fantasticfears@gmail.com>
Date: Sat, 7 May 2016 23:55:24 +0200
Subject: [PATCH] watch ruby 2.3.1 on travis

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

diff --git a/.travis.yml b/.travis.yml
index ad89a9bef..dc5a82fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ rvm:
   - 2.0.0
   - 2.1
   - 2.2
-  - 2.3.0
+  - 2.3.1
 
 services:
   - redis-server