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

ruby-changes:54935

From: hsbt <ko1@a...>
Date: Thu, 28 Feb 2019 21:01:11 +0900 (JST)
Subject: [ruby-changes:54935] hsbt:r67140 (trunk): Removed fake environment variable because It is not necessary for macOS.

hsbt	2019-02-28 21:01:06 +0900 (Thu, 28 Feb 2019)

  New Revision: 67140

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

  Log:
    Removed fake environment variable because It is not necessary for macOS.

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67139)
+++ azure-pipelines.yml	(revision 67140)
@@ -43,7 +43,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L43
       make
     displayName: 'make'
   - script: |
-      TRAVIS=1 make $(task)
+      make $(task)
     displayName: "test"
 
 # - job: vs2015

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

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