Skip to content

Commit

Permalink
.travis.yml: don't install ipset
Browse files Browse the repository at this point in the history
In commit b71d528 ("CI: update cilium-cli to v0.9.2"), ipset was
accidentially added to the list of packages to install on Travis CI.
Remove it again as it is not needed by the tests.

Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Nov 1, 2021
1 parent 9908241 commit e60a5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ addons:
packages:
- kernel-package
- gnupg
- ipset
- libncurses5

before_install: ./.travis/prepare.sh
Expand Down

0 comments on commit e60a5b9

Please sign in to comment.