diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:51:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 23:51:46 +0200 |
commit | 6676d61f61464261ab55b522532b9b989436df4e (patch) | |
tree | 7dcbb842f369fd5d51f9d6866d579a47b1d40daf | |
parent | f0da1a9f4d5d05b0ce7ce234aee2a5e84a3e7e58 (diff) | |
download | vim-polyglot-6676d61f61464261ab55b522532b9b989436df4e.tar.gz vim-polyglot-6676d61f61464261ab55b522532b9b989436df4e.zip |
Fix
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 301ba2c3..5337427c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ -language: bash -addons: - apt: - packages: - - vim +language: vim +before_script: + - sudo add-apt-repository ppa:jonathonf/vim -y + - sudo apt-get install -y vim + - vim --version script: ./test |