mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
travis: Install powershell via "snaps" addon
[skip appveyor]
This commit is contained in:
parent
89ed96fab9
commit
f7434bab73
@ -116,15 +116,15 @@ jobs:
|
||||
- BUSTED_ARGS="--coverage"
|
||||
- *common-job-env
|
||||
addons:
|
||||
snaps:
|
||||
- name: powershell
|
||||
confinement: classic
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
||||
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/ubuntu/18.04/prod bionic main'
|
||||
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
|
||||
packages:
|
||||
- *common-apt-packages
|
||||
- gcc-9
|
||||
- powershell
|
||||
- if: branch = master AND commit_message !~ /\[skip.lint\]/
|
||||
name: lint
|
||||
os: linux
|
||||
|
Loading…
Reference in New Issue
Block a user