Don't reset the APPVEYOR and CI variables

pull/50/head
Alexander "Ace" Olofsson 8 years ago
parent dd5b6a46f5
commit 81a9258de9

@ -2,8 +2,8 @@
set -euo pipefail
APPVEYOR=""
CI=""
APPVEYOR=${APPVEYOR:-}
CI=${CI:-}
VERBOSE=""
STRIP=""

Loading…
Cancel
Save