NOTES.WIN: mention Strawberry Perl as option.
[openssl.git] / .travis.yml
index 3170b6199b7612fa91237c2e50a68c411d0b1f82..bfec26cd28dbd4fc4623f1e139a3d21bde679d91 100644 (file)
@@ -3,11 +3,16 @@ sudo: required
 
 language: c
 cache: ccache
+git:
+    submodules: false
 
 before_install:
     - if [ -n "$COVERALLS" ]; then
           pip install --user cpp-coveralls;
       fi;
+    - if expr "$CONFIG_OPTS" ":" ".*enable-external-tests" > /dev/null; then
+          git submodule update --init --recursive;
+      fi;
 
 addons:
     apt: