VMS: Adjust the engines directory by adding the pointer size to its name
[openssl.git] / .travis.yml
index 653e459a596e4c780cb6889f05395df29ebdf81a..2232649c63210db12f3cc5c8b35a9565e8a890d7 100644 (file)
@@ -5,11 +5,13 @@ addons:
     apt:
         packages:
             - ccache
+            - clang-3.6
             - gcc-5
             - binutils-mingw-w64
             - gcc-mingw-w64
             - wine
         sources:
+            - llvm-toolchain-precise-3.6
             - ubuntu-toolchain-r-test
 
 os:
@@ -30,13 +32,13 @@ env:
 matrix:
     include:
         - os: linux
-          compiler: clang
+          compiler: clang-3.6
           env: CONFIG_OPTS="no-shared enable-asan"
         - os: linux
-          compiler: gcc-5
+          compiler: clang-3.6
           env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -fno-sanitize=alignment"
         - os: linux
-          compiler: gcc-5
+          compiler: clang-3.6
           env: CONFIG_OPTS="no-shared no-asm enable-asan enable-rc5 enable-md2"
         - os: linux
           compiler: gcc-5
@@ -85,7 +87,7 @@ script:
       fi
     - if [ -n "$DESTDIR" ]; then
           mkdir "../$DESTDIR";
-          make install DESTDIR="../$DESTDIR";
+          make install install_docs DESTDIR="../$DESTDIR";
       fi
     - cd ..