Final travis attempt today
This commit is contained in:
parent
840189a92d
commit
c7b6364a07
16
.travis.yml
16
.travis.yml
@ -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
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user