summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFangming.Fang <fangming.fang@arm.com>2019-09-29 05:58:19 +0000
committerRichard Levitte <levitte@openssl.org>2019-10-03 07:54:23 +0200
commit5a604dfd86d0fee4f9abc257b2a81017ecc558d1 (patch)
treee3c9c700f8f2ddcc6861544048ab4aca3fd33587 /.travis.yml
parent45ab67614a224bfbe0dd3500f535ef6db43451ef (diff)
Add arm64 in test matrix on TravisCI.
Change-Id: I5d2b729699cfd8e80c3df17db4a9d2edcbf64454 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10046) (cherry picked from commit 0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 88b8efc65a..cc0d082b77 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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