[travis] don't set -e in before_install.sh or else whole build mayu fail

https://travis-ci.org/fonttools/fonttools/jobs/290382261
This commit is contained in:
Cosimo Lupo 2017-10-20 12:12:31 +02:00
parent b2cd8178dd
commit f15a0f3b17

View File

@ -1,6 +1,5 @@
#!/bin/bash
set -e
set -x
if [[ -n "$PYENV_VERSION" ]]; then