From 867b0a7b79ab3e2bd3e119e9078b80115503cd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 6 Jan 2014 11:54:16 +0100 Subject: [PATCH] Enable Ruby 1.9.3 on Travis https://www.loomio.org/discussions/10519?proposal=6611 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff6bdaa54..30d56b14d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: language: ruby rvm: - 2.0.0 - + - 1.9.3 env: - DB=postgres BUILD_TYPE=other