summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:01:06 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-28 12:01:06 +0000
commitef8ed5deee7a687190a33ac655dec271bb18db26 (patch)
tree5a934001a828dae8045d12c26e5054fe64b4a68c /azure-pipelines.yml
parent6f2c516d8031e1c7f4704bd59c5349fab7f24187 (diff)
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
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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