Skip to content

Commit 06a02c3

Browse files
committed
Travis: use addons to install libncursesw5
1 parent 75ad516 commit 06a02c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ addons:
3737
apt:
3838
packages:
3939
- ninja-build
40+
- libncursesw5
4041

4142
matrix:
4243
include:
@@ -138,7 +139,6 @@ matrix:
138139
name: "spellcheck"
139140
env: NAME=doxy-spellcheck
140141
install:
141-
- sudo apt-get -y install libncursesw5
142142
- source_pkg aspell
143143
script:
144144
# TODO: run checks on all directories once all mispellings are fixed

0 commit comments

Comments
 (0)