[DRE-commits] [ruby-aruba] 12/98: Make .travis.yaml valid again

Hideki Yamane henrich at moszumanska.debian.org
Tue Mar 22 12:20:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-aruba.

commit e202fe8e78a78667273afb19960b2a49ff5f4701
Author: Dennis Günnewig <dg1 at ratiodata.de>
Date:   Wed Dec 9 13:38:58 2015 +0100

    Make .travis.yaml valid again
---
 .travis.yml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3389b45..648f151 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,16 +3,16 @@ language: ruby
 script: script/test
 install: script/bootstrap --without development debug
 rvm:
-- 1.8.7
-- 1.9.2
-- 1.9.3
-- 2.0.0
-- 2.1.7
-- 2.2.3
-- jruby
-- jruby-20mode
-- jruby-21mode
-- rbx
+  - 1.8.7
+  - 1.9.2
+  - 1.9.3
+  - 2.0.0
+  - 2.1.7
+  - 2.2.3
+  - jruby
+  - jruby-20mode
+  - jruby-21mode
+  - rbx
 matrix:
   include:
     - rvm: jruby-9.0.0.0
@@ -38,5 +38,5 @@ notifications:
 env:
   global:
    - secure: l8uznA5K4K9mZ1krmP3lTMD8WcJ32qGxFOR3jubKHcOBSLB4xSzU2aIqjyJdO+rLzebkwamhJc8pGSIWOUDQYvFiX7splK+uEkbBJ5huAhXtLF4Qgl86bCWbEXYzN7rvn0DQfpJAovyFMNRMnfo70XhwqWzFsaYa7Z0YbqYsJE4=
-     #- JRUBY_OPTS='-Xcli.debug=true --debug'
-     - JRUBY_OPTS='--dev'
+   # - JRUBY_OPTS='-Xcli.debug=true --debug'
+   - JRUBY_OPTS='--dev'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-aruba.git



More information about the Pkg-ruby-extras-commits mailing list