diff --git a/ci/azure-master.yml b/ci/azure-master.yml
index d6925e6e61a92b73313f59b7027bcc7fdd3a78f6..d7bcb7c617e80f57fe159005214759089e280931 100644
--- a/ci/azure-master.yml
+++ b/ci/azure-master.yml
@@ -15,8 +15,6 @@ jobs:
       vmImage: ubuntu-16.04
     steps:
       - template: azure-install-rust.yml
-      - script: sh ci/style.sh
-        displayName: Check style
       - script: LIBC_CI=1 sh ci/dox.sh
         displayName: Generate documentation
       - template: azure-configs/static-websites.yml@rustinfra