aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-26 21:19:02 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-10-26 21:19:02 -0400
commit0cf694e83e27008205b2e550a9c407a4e664750b (patch)
tree3479a65a63296bfb9f928f8368d94ea80a43792d
parent3bee2f16048b89d9906a0e38d029b9b4b727b6a3 (diff)
downloadrneovim-0cf694e83e27008205b2e550a9c407a4e664750b.tar.gz
rneovim-0cf694e83e27008205b2e550a9c407a4e664750b.tar.bz2
rneovim-0cf694e83e27008205b2e550a9c407a4e664750b.zip
ci: do not skip before_install on lint job
-rwxr-xr-xci/before_install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh
index 7e2ff12d6d..5810bec71a 100755
--- a/ci/before_install.sh
+++ b/ci/before_install.sh
@@ -3,10 +3,6 @@
set -e
set -o pipefail
-if [[ "${CI_TARGET}" == lint ]]; then
- exit
-fi
-
echo 'Python info:'
(
set -x