diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..52384e7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ +language: generic + +env: + - PPA=yes + - PPA=no + +install: + - sudo apt-get update -q + - sudo apt-get insetall vim-nox + - mkdir -p ~/.vim/bundle + - git clone https://github.com/thinca/vim-themis ~/.vim/bundle/vim-themis + - git clone https://github.com/Shougo/vimproc.vim ~/.vim/bundle/vimproc.vim + - cd ~/.vim/bundle/vimproc.vim + - make -f make_unix.mak + - cd - + - git clone https://github.com/Shougo/vimshell.vim ~/.vim/bundle/vimshell.vim + - git clone https://github.com/ujihisa/repl.vim ~/.vim/bundle/repl.vim + +before_script: + - vim --version + +script: + - ~/.vim/bundle/vim-themis/bin/themis ~/.vim/bundle/repl.vim/test --reporter spec diff --git a/test/.themisrc b/test/.themisrc index 71775be..ecdc124 100644 --- a/test/.themisrc +++ b/test/.themisrc @@ -1,4 +1,3 @@ -" XXX: rewrite generic path call themis#option('runtimepath', expand('~/.vim/bundle/repl.vim')) " Add dependency