[前][次][番号順一覧][スレッド一覧]

ruby-changes:28308

From: naruse <ko1@a...>
Date: Fri, 19 Apr 2013 03:05:09 +0900 (JST)
Subject: [ruby-changes:28308] naruse:r40360 (trunk): Fix .travis.yml for current known Linux failure

naruse	2013-04-19 03:04:11 +0900 (Fri, 19 Apr 2013)

  New Revision: 40360

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40360

  Log:
    Fix .travis.yml for current known Linux failure
    
    And revert branches and notification change.

  Modified files:
    trunk/.travis.yml

Index: .travis.yml
===================================================================
--- .travis.yml	(revision 40359)
+++ .travis.yml	(revision 40360)
@@ -44,24 +44,24 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L44
   - "make -sj exts"
 script:
   - "make test OPTS=-v"
-  - "make test-all TESTS=-v"
+  - "make test-all TESTS='-v -n\"/^(?!test_make_socket_ipv6_multicast)/\"'"
 
 # Branch matrix.  Not all branches are Travis-ready so we limit branches here.
-# branches:
-#   only:
-#     - trunk
-#     - ruby_1_9_3
+branches:
+  only:
+    - trunk
+    - ruby_1_9_3
 
 # We want to be notified when something happens.
-# notifications:
-#   irc:
-#     channels:
-#       - "irc.freenode.org#ruby-core"
-#       - "irc.freenode.org#ruby-ja"
-#     on_success: change # [always|never|change] # default: always
-#     on_failure: change # [always|never|change] # default: always
-#     template:
-#       - "%{message} by @%{author}: See %{build_url}"
+notifications:
+  irc:
+    channels:
+      - "irc.freenode.org#ruby-core"
+      - "irc.freenode.org#ruby-ja"
+    on_success: change # [always|never|change] # default: always
+    on_failure: change # [always|never|change] # default: always
+    template:
+      - "%{message} by @%{author}: See %{build_url}"
 
 # Local Variables:
 # mode: YAML

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]