Unverified Commit ffe59955 authored by Matthew Brett's avatar Matthew Brett
Browse files
parent ea43b444
......@@ -14,6 +14,10 @@ set -e
MULTIBUILD_DIR=$(dirname "${BASH_SOURCE[0]}")
if [ $(uname) == "Darwin" ]; then IS_OSX=1; fi
# Work round bug in travis xcode image described at
# https://github.com/direnv/direnv/issues/210
shell_session_update() { :; }
function abspath {
python -c "import os.path; print(os.path.abspath('$1'))"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment