From b317ddb748732349d99a363e2618ead58c66ffa1 Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Mon, 13 Oct 2014 13:55:47 +0200 Subject: [PATCH 1/3] add ruby-2.1.3 to travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 16f93b1..b0e4195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ rvm: - 1.9.3 - 2.0.0 + - 2.1.3 language: ruby bundler_args: --without development integration openstack From f442ad91e7794a34ec98b7e8cfacd015173828db Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Mon, 13 Oct 2014 13:56:12 +0200 Subject: [PATCH 2/3] remove ruby-2.0.0 - is anybody using this? --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b0e4195..7c570ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ rvm: - 1.9.3 - - 2.0.0 - 2.1.3 language: ruby bundler_args: --without development integration openstack From 1aa4b345be22aa42ec57bad76433f08205668d3b Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Mon, 13 Oct 2014 17:02:15 +0200 Subject: [PATCH 3/3] Revert "remove ruby-2.0.0 - is anybody using this?" This reverts commit f442ad91e7794a34ec98b7e8cfacd015173828db. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7c570ff..b0e4195 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ rvm: - 1.9.3 + - 2.0.0 - 2.1.3 language: ruby bundler_args: --without development integration openstack