Skip to content

Commit

Permalink
no ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Feb 26, 2018
1 parent 5a21f89 commit 3c482c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:

env:
matrix:
- ARCH=arm QEMU=qemu-arm-static BASE_IMAGE=arm32v7/debian:jessie-slim
- ARCH=arm64 QEMU=qemu-aarch64-static BASE_IMAGE=arm64v8/debian:jessie-slim
- ARCH=amd64 QEMU=qemu-fake-static BASE_IMAGE=amd64/debian:jessie-slim

before_install:
Expand All @@ -27,4 +25,5 @@ script:
if [ -n "$TRAVIS_TAG" ]; then
travis_retry timeout 5m docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
./travis-deploy.sh
./travis-swarm.sh
fi

0 comments on commit 3c482c7

Please sign in to comment.