roryokane / detectindent

Vim script for automatically detecting indent settings
21 stars 6 forks source link

Fix tests: mark xfailing ones, add Makefile and Travis #15

Open blueyed opened 7 years ago

blueyed commented 7 years ago

You probably have to enable Travis integration.

blueyed commented 7 years ago

Builds can be seen here: https://travis-ci.org/blueyed/detectindent/builds

blueyed commented 7 years ago

'check that all four options are changed to a correct value' is failing on Travis' old Vim: https://travis-ci.org/blueyed/detectindent/builds/173735302#L187.

blueyed commented 7 years ago

Stopping there for now. For Neomake we're using a matrix of different Vim versions, so this could be useful for this repo later, too. (https://github.com/neomake/neomake/blob/master/.travis.yml)