editorconfig / editorconfig-vim

EditorConfig plugin for Vim
http://editorconfig.org
Other
3.13k stars 137 forks source link

Can use tests/travis-test.sh to test plugin from command line #140

Closed cxw42 closed 4 years ago

cxw42 commented 4 years ago

Currently, you cannot use tests/travis-test.sh to replicate the Travis plugin tests. This PR fixes that, and also permits you to say ./tests/travis-test.sh plugin instead of having to set an environment variable first.

Changes:

I got the Travis information from the log for this job.