Add a GitHub issue template for documentation issues
[oweals/openssl.git] / .travis.yml
index ade61d1d606c8ba9c873b24ee2a26e8d854d1539..9f616c7e00f2c62e6b4d6fe09046f98020d8f64e 100644 (file)
@@ -32,6 +32,10 @@ env:
 
 matrix:
     include:
+        - os: linux
+          arch: arm64
+          compiler: gcc
+          env: CONFIG_OPTS="--strict-warnings"
         - os: linux-ppc64le
           sudo: false
           compiler: clang
@@ -42,7 +46,7 @@ matrix:
         - os: linux
           dist: trusty
           compiler: clang
-          env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
+          env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated"
         - os: linux
           dist: bionic
           compiler: clang