Make Travis and Appveyor display the configuration data dump
[openssl.git] / appveyor.yml
index f2eab32953e04e85a6a0f94268d6d85a4c1f501e..b3165d59d698943ccca4473639f90ba03b4a3660 100644 (file)
@@ -31,6 +31,7 @@ before_build:
     - mkdir _build
     - cd _build
     - perl ..\Configure %TARGET% %SHARED%
+    - perl configdata.pm --dump
     - cd ..
     - ps: >-
         if (-not $env:APPVEYOR_PULL_REQUEST_NUMBER`
@@ -62,11 +63,3 @@ test_script:
             cmd /c "nmake install install_docs DESTDIR=..\_install 2>&1"
         }
     - cd ..
-
-notifications:
-    - provider: Email
-      to:
-          - openssl-commits@openssl.org
-      on_build_success: false
-      on_build_failure: true
-      on_build_status_changed: true