]> 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:

Add Travis
authorHynek Schlawack <hs@ox.cx>
Mon, 17 Jun 2013 07:22:13 +0000 (09:22 +0200)
committerHynek Schlawack <hs@ox.cx>
Mon, 17 Jun 2013 07:26:18 +0000 (09:26 +0200)
.travis.yml [new file with mode: 0644]
README.rst

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..1ee869d
--- /dev/null
@@ -0,0 +1,9 @@
+language: ruby
+rvm:
+    - 1.9.3
+before_install: sudo apt-get install vim-gtk
+before_script:
+    - "export DISPLAY=:99.0"
+    - "sh -e /etc/init.d/xvfb start"
+    - "bundle install"
+script: bundle exec rspec
index cec792af0f87312fa31f174e285aeb5f7e432306..2ca7ef9f6087e58e888c1885d2f18010a4ddb84c 100644 (file)
@@ -1,6 +1,9 @@
 vim-python-pep8-indent
 ======================
 
+.. image:: https://travis-ci.org/hynek/vim-python-pep8-indent.png?branch=travis
+   :target: https://travis-ci.org/hynek/vim-python-pep8-indent
+
 This small script modifies vim_’s indentation behavior to comply with PEP8_ and
 my aesthetic preferences: ::