test: change CI_TARGET reference to CI

Travis defines[1] $CI for its builds, whereas $CI_TARGET is
a Neovim-specific env var from 6483a198e4
that lost prominence in d2eb4a9346.

[1] https://docs.travis-ci.com/user/environment-variables/
This commit is contained in:
Justin M. Keyes
2016-01-01 23:58:42 -05:00
parent 6f25ba0550
commit 22a928aeac
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ env:
matrix:
include:
- os: linux
env: CI_TARGET=clint
env: CI_TARGET=lint
- os: linux
compiler: gcc-5
- os: linux