diff --git a/.travis.yml b/.travis.yml index feb21144..00707322 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,13 +45,10 @@ matrix: - nasm - os: linux compiler: gcc + arch: ppc64le env: CMAKE_FLAGS="-DWITH_JPEG8=1" CTEST_OUTPUT_ON_FAILURE=1 - addons: - apt: - packages: - - nasm - os: linux compiler: clang env: @@ -64,11 +61,6 @@ matrix: arch: arm64 env: CTEST_OUTPUT_ON_FAILURE=1 - - os: linux - compiler: gcc - arch: ppc64le - env: - CTEST_OUTPUT_ON_FAILURE=1 before_install: - if [ "$BUILD_X32" = "1" ]; then