We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4875136 commit 6919513Copy full SHA for 6919513
.travis.yml
@@ -138,6 +138,7 @@ matrix:
138
name: "spellcheck"
139
env: NAME=doxy-spellcheck
140
install:
141
+ - sudo apt-get -y install libncursesw5
142
- source_pkg aspell
143
script:
144
# TODO: run checks on all directories once all mispellings are fixed
tools/test/travis-ci/functions.sh
@@ -170,9 +170,7 @@ source_pkg()
170
local aspell_deps="aspell
171
aspell-en
172
dictionaries-common
173
- libaspell15
174
- libncursesw5
175
- libtinfo5"
+ libaspell15"
176
177
local libfuse_deps="libfuse-dev
178
libpcre3-dev
0 commit comments