Adding new stuff
This commit is contained in:
parent
9ef8a96f9a
commit
0b3d063cb3
1580 changed files with 0 additions and 0 deletions
31
vim-plugins/bundle/vim-markdown/.travis.yml
Normal file
31
vim-plugins/bundle/vim-markdown/.travis.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
language: vim
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
env:
|
||||
- TEST=package
|
||||
- TEST=latest
|
||||
|
||||
before_script: |
|
||||
if [ "$TEST" = "package" ]; then
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install vim
|
||||
fi
|
||||
else
|
||||
cd ..
|
||||
git clone --depth 1 https://github.com/vim/vim
|
||||
cd vim
|
||||
./configure --with-features=huge
|
||||
make
|
||||
sudo make install
|
||||
export PATH="/usr/local/bin:$PATH"
|
||||
cd "$TRAVIS_BUILD_DIR"
|
||||
fi
|
||||
sudo -H pip install virtualenv
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make doc
|
||||
Loading…
Add table
Add a link
Reference in a new issue