Skip to content

Commit 6919513

Browse files
committed
fixup! aspell: fix dependencies missing
1 parent 4875136 commit 6919513

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ matrix:
138138
name: "spellcheck"
139139
env: NAME=doxy-spellcheck
140140
install:
141+
- sudo apt-get -y install libncursesw5
141142
- source_pkg aspell
142143
script:
143144
# TODO: run checks on all directories once all mispellings are fixed

tools/test/travis-ci/functions.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ source_pkg()
170170
local aspell_deps="aspell
171171
aspell-en
172172
dictionaries-common
173-
libaspell15
174-
libncursesw5
175-
libtinfo5"
173+
libaspell15"
176174

177175
local libfuse_deps="libfuse-dev
178176
libpcre3-dev

0 commit comments

Comments
 (0)