mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 07:31:45 +10:00
Merge pull request #3928 from justinmk/fix_ci_target
test: change CI_TARGET reference to CI
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
set -o pipefail
|
||||
|
||||
if [[ -n "${CI_TARGET}" ]]; then
|
||||
make lint
|
||||
make "${CI_TARGET}"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CI_TARGET=clint
|
||||
env: CI_TARGET=lint
|
||||
- os: linux
|
||||
compiler: gcc-5
|
||||
- os: linux
|
||||
|
||||
@@ -119,7 +119,7 @@ if os.getenv('VALGRIND') then
|
||||
default_screen_timeout = default_screen_timeout * 3
|
||||
end
|
||||
|
||||
if os.getenv('CI_TARGET') then
|
||||
if os.getenv('CI') then
|
||||
default_screen_timeout = default_screen_timeout * 3
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user