mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: change CI_TARGET reference to CI
Travis defines[1] $CI for its builds, whereas $CI_TARGET is a Neovim-specific env var from6483a198e4that lost prominence ind2eb4a9346. [1] https://docs.travis-ci.com/user/environment-variables/
This commit is contained in:
@@ -58,7 +58,7 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CI_TARGET=clint
|
||||
env: CI_TARGET=lint
|
||||
- os: linux
|
||||
compiler: gcc-5
|
||||
- os: linux
|
||||
|
||||
Reference in New Issue
Block a user