]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Travis: remove vint for now
authorDaniel Hahler <git@thequod.de>
Mon, 16 Jul 2018 18:00:35 +0000 (20:00 +0200)
committerDaniel Hahler <git@thequod.de>
Mon, 16 Jul 2018 18:00:37 +0000 (20:00 +0200)
It is always failing, not worth fixing for now.

Ref: https://github.com/Kuniwak/vint/pull/288
Ref: https://github.com/Kuniwak/vint/issues/287

.travis.yml

index c9b29ca30c8eda4a832a18844dbe1dccb3a5e9c5..95206e58061601d37535c1155fd8906b2066c4be 100644 (file)
@@ -12,8 +12,6 @@ branches:
   only:
     - master
 before_script:
-  - pip install --user vim-vint
   - vim --version
 script:
   - make test
-  - vint **/*.vim