Skip to content

Commit 680bede

Browse files
Remove redundant ninja-build from apt packages
1 parent c29b561 commit 680bede

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@ before_install:
3535

3636
addons:
3737
apt:
38-
sources:
39-
- sourceline: 'deb https://apt.kitware.com/ubuntu/ xenial main'
40-
key_url: 'https://apt.kitware.com/keys/kitware-archive-latest.asc'
4138
packages:
42-
- ninja-build
43-
- libncursesw5
4439
- cmake
4540
- ninja-build
41+
- libncursesw5
4642

4743
matrix:
4844
include:

0 commit comments

Comments
 (0)