From 2ece08fff421f6b70b2f7b73d04e90c5a2972049 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Mon, 2 Jul 2018 13:24:11 +0200
Subject: [PATCH] [ci] disable arch

refs https://github.com/dune-community/Dockerfiles/pull/19
---
 .travis.yml | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ebce6368c..b4e9230ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,8 +64,6 @@ jobs:
     env: DOCKER_TAG=debian_gcc_full
   - stage: test_cpp
     env: DOCKER_TAG=debian_clang_full
-  - stage: test_cpp
-    env: DOCKER_TAG=arch_gcc_full
   - stage: test_python
     env: DOCKER_TAG=debian_gcc_full
     script: ${DOCKER_RUN} /root/src/dune-xt-common/.travis.test_python.bash
@@ -76,11 +74,6 @@ jobs:
     script: ${DOCKER_RUN} /root/src/dune-xt-common/.travis.test_python.bash
     # overwrite other global/matrix settings
     after_script: true
-  - stage: test_python
-    env: DOCKER_TAG=arch_gcc_full
-    script: ${DOCKER_RUN} /root/src/dune-xt-common/.travis.test_python.bash
-    # overwrite other global/matrix settings
-    after_script: true
-
+   
 #   THIS FILE IS AUTOGENERATED -- DO NOT EDIT  #
-#  Re-run .ci/templates/update.py --nd instead #
\ No newline at end of file
+#  Re-run .ci/templates/update.py --nd instead #
-- 
GitLab