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

ruby-changes:44206

From: shyouhei <ko1@a...>
Date: Wed, 28 Sep 2016 10:49:25 +0900 (JST)
Subject: [ruby-changes:44206] shyouhei:r56279 (trunk): * .travis.yml: delete comments. They were outdated. [ci skip]

shyouhei	2016-09-28 10:49:16 +0900 (Wed, 28 Sep 2016)

  New Revision: 56279

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56279

  Log:
    * .travis.yml: delete comments. They were outdated. [ci skip]

  Modified files:
    trunk/.travis.yml
    trunk/ChangeLog
Index: .travis.yml
===================================================================
--- .travis.yml	(revision 56278)
+++ .travis.yml	(revision 56279)
@@ -16,29 +16,20 @@ https://github.com/ruby/ruby/blob/trunk/.travis.yml#L16
 #
 # is also a good place to look at.
 
-# Language specification.
 language: c
+
 sudo: false
 
-# Compilers.  Several  compilers are  provided in Travis,  so we try  them all.
-# The value set here is visible via $CC environment variable.
 compiler:
   - gcc
 
 os:
   - linux
 
-# Dependencies.  Some  header files are missing  in a Travis' worker  VM, so we
-# have  to install  them.  The  "1.9.1" here  is OK.   It is  the  most adopted
-# version string  for Debian/Ubuntu, and  no dependencies have been  changed so
-# far since the 1.9.1 release.
 before_install:
   - "CONFIG_FLAG="
   - "JOBS='-j 4'"
 
-# Script is where the test runs.  Note  we just do "make test", not other tests
-# like  test-all, test-rubyspec.   This is  because  they take  too much  time,
-# enough for Travis to shut down the VM as being stalled.
 before_script:
   - "uname -a"
   - "uname -r"
@@ -55,6 +46,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L46
   - "make after-update BASERUBY=ruby"
   - "make -s $JOBS"
   - "make update-rubyspec"
+
 script:
   - "make test TESTOPTS=--color=never"
   - "make test-all TESTOPTS='-q -j3 --color=never --job-status=normal'"
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56278)
+++ ChangeLog	(revision 56279)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Sep 28 10:43:27 2016  URABE Shyouhei  <shyouhei@r...>
+
+	* .travis.yml: delete comments. They were outdated.
+
 Wed Sep 28 09:57:48 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update

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

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