diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-06-03 13:38:37 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-06-03 13:38:37 -0400 |
| commit | 93d92322c9f66c24dfb247728ea686196dc325e4 (patch) | |
| tree | 6586aab2d97e9b3d1f967e1107f53a256b42c528 | |
| parent | f8141ed7dfd2b6900e482e92b85240d5378461e6 (diff) | |
work around travis fail
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f59fc396..6630a4ee 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 |
