micbou
fe0ba8c641
Fix macOS builds on Travis
...
RVM overrides the cd, popd, and pushd shell commands, causing the
"shell_session_update: command not found" error on macOS when executing those
commands.
2017-12-01 15:14:28 +01:00
micbou
743f2e7b96
Fix pyenv setup on Travis
...
Travis complains that the /home/travis/.pyenv folder already exists. Remove it
before installing pyenv.
2017-09-05 20:39:22 +02:00
micbou
dda721ec07
Fix directory creation on Linux Travis
...
Travis complains that the /home/travis/bin folder already exists when creating
it. Use mkdir with the -p option.
2017-09-05 20:39:13 +02:00
micbou
342ba19730
Downgrade GCC requirement on Travis
...
GCC 4.8 is now enough to build ycmd.
2017-07-20 22:22:14 +02:00
micbou
40a12d758b
Require GCC 4.9
...
A compiler with good enough C++11 support is required to build ycmd.
2017-06-05 11:54:06 +02:00
micbou
85922ba1a9
Revert PR #2279
2016-12-18 16:31:23 +01:00
Ben Jackson
1e8be57708
Use g++ 4.8 on YouCompleteMe builds too as the new boost requires this
2016-10-02 21:36:35 +01:00
micbou
eace44f7d5
Disable flake8 for Python 2.6 on Travis
...
Since version 3.0.0, flake8 does not support Python 2.6, 3.2 and 3.3
anymore. It is still working for our Python 3.3 runs on Travis but
not for the Python 2.6 one so we only disable it for this version.
2016-08-12 02:25:16 +02:00
micbou
dfd62c4c44
Update Travis configuration
2016-05-10 20:42:23 +02:00
micbou
80a2b0078a
Fix pyenv setup on Travis
2016-04-17 11:01:12 +02:00
micbou
514fc71e35
Fix and improve pyenv setup in Travis script
2016-04-15 12:17:21 +02:00
micbou
1b0a8ea6e8
Update AppVeyor configuration
...
Create AppVeyor batch script and move CI scripts to a separate folder.
2016-02-29 20:06:01 +01:00