You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/03/07 10:01:33 UTC

git commit: Added MRI 2.0 as target to Travis

Updated Branches:
  refs/heads/master 1ed9b87da -> d53a126c0


Added MRI 2.0 as target to Travis


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/d53a126c
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/d53a126c
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/d53a126c

Branch: refs/heads/master
Commit: d53a126c0200a44f43abd9a1f888d90f8e55c4ef
Parents: 1ed9b87
Author: Michal Fojtik <mf...@redhat.com>
Authored: Thu Mar 7 10:00:55 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Thu Mar 7 10:00:55 2013 +0100

----------------------------------------------------------------------
 .travis.yml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d53a126c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7679eb2..9651c9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: ruby
 rvm:
   - 1.8.7
   - 1.9.3
+  - 2.0.0
   - jruby-head
 jdk:
   - openjdk7