<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/ci, branch v0.2.1</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>ci/travis: ignore pip3 failure</title>
<updated>2017-09-10T12:14:00+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-10T11:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f51a397010dcf4a8308c3b0249810696375b82b2'/>
<id>f51a397010dcf4a8308c3b0249810696375b82b2</id>
<content type='text'>
Workaround for travis issue:
https://github.com/travis-ci/travis-ci/issues/8363

Cannot check `command -v pip3`, because that may point to
`/opt/pyenv/shims/pip3` which is also (sometimes) broken.

ref 6389bde0bc96
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Workaround for travis issue:
https://github.com/travis-ci/travis-ci/issues/8363

Cannot check `command -v pip3`, because that may point to
`/opt/pyenv/shims/pip3` which is also (sometimes) broken.

ref 6389bde0bc96
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/travis: skip pip3 upgrade if pip3 is missing</title>
<updated>2017-09-09T19:26:56+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-09T19:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6389bde0bc966e5a5850735b0b1605f7fca233f9'/>
<id>6389bde0bc966e5a5850735b0b1605f7fca233f9</id>
<content type='text'>
Workaround for travis issue:
https://github.com/travis-ci/travis-ci/issues/8363

Sometimes `pip3` works, sometimes not:
   pyenv: pip3: command not found
   The `pip3' command exists in these Python versions:
     3.5
     3.5.3

Tried these steps to fix the issue:
- add `python: 3.6` to top level of `.travis.yml`
- add `python3` to `addons.apt.packages` level of `.travis.yml`
- `pyenv global system 3.{4,5,6}`
- `pyenv global 3.6`
In all cases the presence or absence of `pip3` was random.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Workaround for travis issue:
https://github.com/travis-ci/travis-ci/issues/8363

Sometimes `pip3` works, sometimes not:
   pyenv: pip3: command not found
   The `pip3' command exists in these Python versions:
     3.5
     3.5.3

Tried these steps to fix the issue:
- add `python: 3.6` to top level of `.travis.yml`
- add `python3` to `addons.apt.packages` level of `.travis.yml`
- `pyenv global system 3.{4,5,6}`
- `pyenv global 3.6`
In all cases the presence or absence of `pip3` was random.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/travis: report python environment info</title>
<updated>2017-09-09T19:26:55+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-09-09T14:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=23cc41df555fba7345e0403eff3f4b3483cb2747'/>
<id>23cc41df555fba7345e0403eff3f4b3483cb2747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci/win: list build permutations explicitly (#7163)</title>
<updated>2017-08-15T09:06:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-15T09:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44dc8bbb1330a07a7cd3c1b379d6e15dc8258010'/>
<id>44dc8bbb1330a07a7cd3c1b379d6e15dc8258010</id>
<content type='text'>
This avoids changing the matrix permutations for the old non-gcov
builds, so that old URLs continue to work:

https://ci.appveyor.com/api/projects/neovim/neovim/artifacts/build/Neovim.zip?branch=master&amp;job=Configuration%3A%20MINGW_32
https://ci.appveyor.com/api/projects/neovim/neovim/artifacts/build/Neovim.zip?branch=master&amp;job=Configuration%3A%20MINGW_64</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids changing the matrix permutations for the old non-gcov
builds, so that old URLs continue to work:

https://ci.appveyor.com/api/projects/neovim/neovim/artifacts/build/Neovim.zip?branch=master&amp;job=Configuration%3A%20MINGW_32
https://ci.appveyor.com/api/projects/neovim/neovim/artifacts/build/Neovim.zip?branch=master&amp;job=Configuration%3A%20MINGW_64</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Collect coverage data for MINGW_64 builds on appveyor</title>
<updated>2017-08-14T13:15:59+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-14T12:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e88fc3542903ac2527a8f6a90135701bd19fec2f'/>
<id>e88fc3542903ac2527a8f6a90135701bd19fec2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Switch to codecov.io for coverage data</title>
<updated>2017-08-14T13:15:54+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-08-14T00:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e463cb6fa03f807930bb052cba5b80dd46094cca'/>
<id>e463cb6fa03f807930bb052cba5b80dd46094cca</id>
<content type='text'>
Continue uploading to coveralls, for now, so we can compare the
services.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Continue uploading to coveralls, for now, so we can compare the
services.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #6789 from ZyX-I/lua-path</title>
<updated>2017-06-27T00:29:15+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-06-27T00:29:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f34befe74c5a7b18a802f6f3c79607cb2124004c'/>
<id>f34befe74c5a7b18a802f6f3c79607cb2124004c</id>
<content type='text'>
lua: Add paths from &amp;runtimepath to package.path and package.cpath</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lua: Add paths from &amp;runtimepath to package.path and package.cpath</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Dump $NVIM_LOG_FILE contents</title>
<updated>2017-06-06T22:26:21+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-05-30T12:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eb6dd3e42dc38460e8624dc5faef894e21c6aa26'/>
<id>eb6dd3e42dc38460e8624dc5faef894e21c6aa26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Also lint lua code in src/nvim/lua</title>
<updated>2017-05-25T13:50:06+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-05-25T13:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=58f6ef50a86b968b923dfcf5efffacb665fdfa44'/>
<id>58f6ef50a86b968b923dfcf5efffacb665fdfa44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into luaviml'/lua</title>
<updated>2017-05-08T12:43:45+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2017-05-08T12:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=09f849b60000c2d401d82f2b2fb2badde5583658'/>
<id>09f849b60000c2d401d82f2b2fb2badde5583658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
