Skip to content

Commit

Permalink
CI: Remove perl and Ruby dependencies on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jun 11, 2018
1 parent f135704 commit 4e9a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ addons:
packages:
- language-pack-ja
- vim
- libperl-dev
- python-dev
- python3-dev
- python3-pip
- ruby-dev

install:
- rvm reset
Expand Down
5 changes: 2 additions & 3 deletions scripts/install-vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ case "${TRAVIS_OS_NAME}" in
fi
git clone --depth 1 --branch "${VIM_VERSION}" https://github.com/vim/vim /tmp/vim
cd /tmp/vim
./configure --prefix="${HOME}/vim" --with-features=huge \
--enable-perlinterp --enable-pythoninterp --enable-python3interp \
--enable-rubyinterp --enable-fail-if-missing
./configure --prefix="${HOME}/vim" --with-features=huge --enable-pythoninterp \
--enable-python3interp --enable-fail-if-missing
make -j2
make install
;;
Expand Down

0 comments on commit 4e9a28e

Please sign in to comment.