[travis] don't set -x either, else Travis log gets too verbose

This commit is contained in:
Cosimo Lupo 2017-10-20 12:31:03 +02:00
parent 6fb4153c8d
commit f3d93bef1b

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -x
if [[ -n "$PYENV_VERSION" ]]; then
wget https://github.com/praekeltfoundation/travis-pyenv/releases/download/${TRAVIS_PYENV_VERSION}/setup-pyenv.sh
source setup-pyenv.sh