tools: set -u breaks travis

This commit is contained in:
Simon Michael 2017-03-31 10:52:14 -07:00
parent 61a5b5274b
commit 7750f83d76

View File

@ -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