diff options
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5f51f7551..39cf9e6e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,7 +133,9 @@ jobs: # Build binaries for other architectures using QEMU user-mode emulation. # Note: We don't run tests for these architectures, because some fail under - # QEMU/binfmt and it takes too long time (hits time limit on Travis). + # QEMU/binfmt and it takes too long time (hits time limit on Travis). + # Note: We had to remove ppc64le, because it takes more than 50 minutes + # (Travis limit) to build. :( - <<: *build-alpine env: ARCH=x86 @@ -143,8 +145,5 @@ jobs: - <<: *build-alpine env: ARCH=armhf - - <<: *build-alpine - env: ARCH=ppc64le - notifications: email: false |