Travis: use addons to install libncursesw5

pull/14551/head
Martin Kojtal 2021-04-20 13:56:43 +01:00
parent 75ad5163af
commit 06a02c3966
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,7 @@ addons:
apt:
packages:
- ninja-build
- libncursesw5
matrix:
include:
@ -138,7 +139,6 @@ matrix:
name: "spellcheck"
env: NAME=doxy-spellcheck
install:
- sudo apt-get -y install libncursesw5
- source_pkg aspell
script:
# TODO: run checks on all directories once all mispellings are fixed