File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ before_script:
9
9
- sudo apt-get update
10
10
- sudo apt-get install python3-dev
11
11
- if [ $CI_TARGET = vim ]; then
12
- sudo apt-get install vim-gnome &&
13
- export DISPLAY=:99.0 &&
14
- sh -e /etc/init.d/xvfb start;
12
+ sudo apt-get install vim-gnome;
15
13
elif [ $CI_TARGET = neovim ]; then
16
14
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" &&
17
15
wget https://bootstrap.pypa.io/get-pip.py &&
@@ -22,6 +20,8 @@ before_script:
22
20
- sudo dpkg -i ./vroom_0.12.0-1_all.deb
23
21
- git clone -b ${MAKTABA_VERSION} https://github.com/google/vim-maktaba.git ../maktaba/
24
22
- git clone https://github.com/google/vim-glaive.git ../glaive/
23
+ services :
24
+ - xvfb
25
25
script :
26
26
- ' [ $CI_TARGET = neovim ] && VROOM_ARGS="--neovim" || VROOM_ARGS=""'
27
27
- vroom $VROOM_ARGS --crawl ./vroom/
You can’t perform that action at this time.
0 commit comments