Test on Travis

This commit is contained in:
itchyny
2016-03-19 18:49:17 +09:00
parent b70d1a3e87
commit c576092981

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: generic
sudo: false
install:
- git clone --depth=1 https://github.com/vim/vim /tmp/vim
- (cd /tmp/vim && ./configure --prefix=$HOME/vim && make && make install)
- git clone --depth=1 https://github.com/thinca/vim-themis /tmp/themis
- export PATH=$HOME/vim/bin/:$PATH
script:
- vim --version
- /tmp/themis/bin/themis --reporter spec