2017-03-17 20:54 GMT+09:00 Christian Brabandt <[email protected]>: > Hi Kazunobu! > > On Fr, 17 Mär 2017, Kazunobu Kuriyama wrote: > > > Hopefully, the X11 of Travis CI tests has xsel. > > Well we can install it: > diff --git a/.travis.yml b/.travis.yml > index e8249d5..deef52b 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -73,6 +73,7 @@ addons: > - liblua5.1-0-dev > - lua5.1 > - cscope > + - xsel > > before_install: > - if [ "$COVERAGE" = "yes" ]; then pip install --user cpp-coveralls; fi > > it might not be available even then, but then we can request it for > travis (similar to how i needed to do it for the cscope package) > > But there will be a message in the log, indicating if we need to do so. > > Best, > Christian >
Hi Christian, Thank you very much for the prompt response, and, not to mention, your hard work for the community! Best regards Kazunobu > -- > Witz ist Intellekt auf dem Bummel. > -- Oscar Wilde > > -- > -- > You received this message from the "vim_dev" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
