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