diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:53:41 +0200 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:53:41 +0200 | 
| commit | f0b38f2c1d1333339fb3a008e0e63253780902c6 (patch) | |
| tree | 56165d904f872c518ae92c6ab3610695705640e1 | |
| parent | 6676d61f61464261ab55b522532b9b989436df4e (diff) | |
| download | vim-polyglot-f0b38f2c1d1333339fb3a008e0e63253780902c6.tar.gz vim-polyglot-f0b38f2c1d1333339fb3a008e0e63253780902c6.zip | |
Install vim 8 for tests
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index 5337427c..edb927de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@  language: vim  before_script:    - sudo add-apt-repository ppa:jonathonf/vim -y +  - sudo apt-get update -q    - sudo apt-get install -y vim    - vim --version  script: ./test | 
