Skip to content

Commit

Permalink
Fix travis script to work with make test
Browse files Browse the repository at this point in the history
  • Loading branch information
shirosaki committed Dec 9, 2015
1 parent ca3005b commit 5db6018
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ env:
- TEST=latest

before_script: |
cd ..
if [ "$TEST" = "package" ]; then
sudo apt-get -y update
sudo apt-get -y install vim
else
cd ..
git clone --depth 1 https://github.com/vim/vim
cd vim
./configure --with-features=huge
Expand All @@ -17,8 +17,6 @@ before_script: |
export PATH="/usr/local/bin:$PATH"
cd -
fi
git clone https://github.com/godlygeek/tabular
git clone https://github.com/junegunn/vader.vim
script: |
make test

0 comments on commit 5db6018

Please sign in to comment.