From 93d92322c9f66c24dfb247728ea686196dc325e4 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 3 Jun 2018 13:38:37 -0400 Subject: [PATCH] work around travis fail --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f59fc396a..6630a4eea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -161,7 +161,11 @@ script: flake8 . --count --exit-zero --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude=embroidermodder flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=embroidermodder elif [ "$BUILD" = "linux" -o "$BUILD" = "osx" ]; then + # it looks like one of travis's cd hooks fails + set +e pushd embroidermodder/experimental + set -e + qmake swigpython.pro make if [ "$BUILD" = "osx" ]; then