abingham / emacs-ycmd

Emacs client for ycmd, the code completion system.
MIT License
383 stars 46 forks source link

Fix path on travis #448

Closed ptrv closed 7 years ago

ptrv commented 7 years ago

Due to pyenv putting /usr/bin in front of the path in python environment (cask is using python and the ycmd installer too) (See here and here) This breaks the usage of $HOME/bin which is the place where we install gcc4.9 and our requested Emacs version.

Setting travis language to python fixes the issue because virtualenv is used instead of pyenv