diff --git a/.travis.yml b/.travis.yml index 26351863b..d18a6e76f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,8 +73,11 @@ branches: install: # command output is hidden as they complete - # if any command fails, end the travis script; warn about nulls - - set -eu + # if any command fails, end the travis script + - set -e + + # warn about nulls ? no, breaks travis + #- set -u # stack - mkdir -p ~/.local/bin