Final travis attempt today

This commit is contained in:
Karl Yngve Lervåg 2016-04-07 23:08:10 +02:00
parent 840189a92d
commit c7b6364a07
2 changed files with 6 additions and 18 deletions

View File

@ -1,17 +1,9 @@
language: ruby
env:
global:
- DEPS=$HOME/deps
- PATH=$DEPS/bin:$PATH
install: |
git clone --depth 1 https://github.com/vim/vim
cd vim
./configure --prefix=$DEPS --with-features=huge
make
make install
cd -
before_install: |
sudo add-apt-repository -y ppa:fcwu-tw/ppa
sudo apt-get update
sudo apt-get install -y vim
before_script:
git clone https://github.com/junegunn/vader.vim.git test/vader/vader.vim

View File

@ -18,11 +18,6 @@ Given tex (Completion: \includegraphics):
\includegraphics[scale=0.5]{
\includegraphics[100,100][300,300]{
Execute (Debug):
Log system('ls')
Log b:vimtex
Log &omnifunc
Do (Complete):
A\<c-x>\<c-o>\<c-n>}\<esc>
jA\<c-x>\<c-o>\<c-n>\<c-n>}\<esc>
@ -72,7 +67,8 @@ Expect tex (Verify):
Given:
Execute (Cleanup):
=================================================================================
call system('rm -f fig*tex')
call system('rm -f *.tex')
call system('rm -f fig*pdf')
call system('rm -f fig*png')
call system('rm -f fig*png')