Add Travis CI jobs to run unit tests on ppc64le platform. Signed-off-by: David Wilder <dwil...@us.ibm.com> --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 2afb80e46..7db5c5c7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -135,6 +135,9 @@ jobs: - env: DEF_LIB="static" arch: ppc64le compiler: gcc + - env: DEF_LIB="shared" RUN_TESTS=1 + arch: ppc64le + compiler: gcc - env: DEF_LIB="shared" BUILD_DOCS=1 arch: ppc64le compiler: gcc -- 2.25.0