From ef8ed5deee7a687190a33ac655dec271bb18db26 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 28 Feb 2019 12:01:06 +0000 Subject: Removed fake environment variable because It is not necessary for macOS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6dc4dd1db4..8ece55fb3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ jobs: make displayName: 'make' - script: | - TRAVIS=1 make $(task) + make $(task) displayName: "test" # - job: vs2015 -- cgit v1.2.3