Repository: buildr
Updated Branches:
  refs/heads/master bc5c990e3 -> baa269bb3


Remove unnecessary quotes


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

Branch: refs/heads/master
Commit: bf33867c1fb40123ccfe0a041f418440ed25c1f2
Parents: 301f229
Author: Peter Donald <[email protected]>
Authored: Sat May 10 18:37:58 2014 +1000
Committer: Peter Donald <[email protected]>
Committed: Sat May 10 18:37:58 2014 +1000

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/bf33867c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0b54111..5cc6358 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ jdk:
   - openjdk6
 rvm:
   - 2.0.0
-  - "1.9.3"
-  - "1.8.7"
+  - 1.9.3
+  - 1.8.7
   - jruby-19mode
   - jruby-18mode
 scala:

Reply via email to