script cleanup

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 06:35:35 -05:00
parent 2785189ab4
commit a2f41da559
+3 -1
View File
@@ -14,11 +14,13 @@ fi
# If running in CI environment…
if [[ ! -z "$CI" ]]; then
echo "Using RAM disk…"
echo "Running in a CI environment…"
echo "Using RAM disk…"
RAM_DISK="/opt/ramdisk"
export RAM_DISK
# Use tap output for tests.
TAP_OUTPUT="1"
export TAP_OUTPUT