Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ language: generic

install:
- if [ ! -d ~/cache ] ; then
mkdir ~/cache &&
mkdir ~/cache ;
fi
- if [ ! -d ~/cache/vim -o ! -d ~/cache/vim-themis ] ; then
git clone https://github.com/thinca/vim-themis ~/cache/vim-themis &&
git clone https://github.com/vim/vim ~/cache/vim &&
cd ~/cache/vim &&
./configure &&
make;
make ;
fi
- export THEMIS_VIM=~/cache/vim/src/vim

Expand All @@ -19,7 +21,5 @@ before_script:
- ~/cache/vim/src/vim --version

script:
- ~/cache/vim-themis/bin/themis ~/build/aiya000/vim-ghcid-quickfix/test/ghcid_quickfix/show_only_error_occured.vimspec --reporter spec

branches:
- master
- cd ~/build/aiya000/vim-ghcid-quickfix
- ~/cache/vim-themis/bin/themis test/ghcid_quickfix/show_only_error_occured.vimspec --reporter spec