Fix travis ci
diff --git a/.travis.yml b/.travis.yml
index e0b4f44..b5845be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,7 @@
     - $HOME/cpu_features_archives
 
 addons:
-  apt:
-    packages:
+  apt_packages:
     - ninja-build
 
 env:
@@ -41,14 +40,19 @@
     env:
       TARGET=x86_64-windows
       CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
-  - os: linux-ppc64le
+
+  # see: https://docs.travis-ci.com/user/multi-cpu-architectures/
+  - os: linux
+    arch: ppc64le
     compiler: gcc
     env:
       TARGET=ppc64le-linux-gnu
-  - os: linux-ppc64le
+  - os: linux
+    arch: ppc64le
     compiler: clang
     env:
       TARGET=ppc64le-linux-gnu
+
   # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
   - os: linux
     env: