From c22a2df1b625aaab5e5c0549b15e41587e3d42e5 Mon Sep 17 00:00:00 2001 From: Paulchen Panther Date: Sun, 17 Feb 2019 19:47:30 +0100 Subject: [PATCH] Platforms explicitly specified --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 06d1a25d..0d1a1f88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,13 @@ jobs: env: - DOCKER_TAG=armv6hf - DOCKER_NAME=""Debian Stretch (Raspberry Pi v1 & ZERO)" + - PLATFORM="rpi" - <<: *linux name: "ARMv7hf (Raspberry Pi 2 & 3)" env: - DOCKER_TAG=armv7hf - DOCKER_NAME="Debian Stretch (Raspberry Pi 2 & 3)" + - PLATFORM="rpi" - <<: *linux name: "ARMv8 (Generic AARCH64)" env: