aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/YouCompleteMe/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundle/YouCompleteMe/.travis.yml')
m---------vim/bundle/YouCompleteMe0
-rw-r--r--vim/bundle/YouCompleteMe/.travis.yml47
2 files changed, 0 insertions, 47 deletions
diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe
new file mode 160000
+Subproject 0de1c0c9bb13ce82172b472c676035cd47cf6a6
diff --git a/vim/bundle/YouCompleteMe/.travis.yml b/vim/bundle/YouCompleteMe/.travis.yml
deleted file mode 100644
index 34df1b2..0000000
--- a/vim/bundle/YouCompleteMe/.travis.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-language: generic
-os:
- - linux
- - osx
-sudo: false
-before_install:
- - git submodule update --init --recursive
-install:
- # source because it sets up env vars on some platforms
- - source ci/travis/travis_install.sh
-script: ./run_tests.py
-env:
- matrix:
- - YCM_PYTHON_VERSION=2.7
- - YCM_PYTHON_VERSION=2.6
- - YCM_PYTHON_VERSION=3.3
-matrix:
- exclude:
- - os: osx
- env: YCM_PYTHON_VERSION=2.6
-addons:
- apt:
- sources:
- # The Travis apt source whitelist can be found here:
- # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
- - ubuntu-toolchain-r-test # for new libstdc++
- - george-edison55-precise-backports # for a more recent version of cmake (3.2.3)
- packages:
- - cmake-data
- - cmake
- - ninja-build
- # Everything below is a Python build dep (though it depends on Python
- # version). We need them because pyenv builds Python.
- - libssl-dev
- - zlib1g-dev
- - libbz2-dev
- - libreadline-dev
- - libsqlite3-dev
- - wget
- - curl
- - llvm
- - libncurses5-dev
- - libncursesw5-dev
-cache:
- directories:
- - $HOME/.cache/pip # Python packages from pip
- - $HOME/.pyenv # pyenv