summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 16:34:22 +0300
committerIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 16:34:22 +0300
commit0d4c8b9f7eec9dd165a20e4f252cdb3ff5585c97 (patch)
treeb0c7bbf345897d5d1d8d311c42916b8b2d802612
parent16ab5001462c95e4cf698e15d1b22b6c7a978b3f (diff)
Allow unbound vars (crappy shell scripting travis has).
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ec9885..97993ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ before_install:
- uname -a
- lsb_release -a
- |
- set -eux
+ set -ex
if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then
wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7-linux_x86_64-portable.tar.bz2
tar -jxvf pypy-5.7-linux_x86_64-portable.tar.bz2