summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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