1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

sudo for travis apt-get install

This commit is contained in:
Massimo Candela
2020-11-07 23:32:57 +01:00
parent abc0c18960
commit 42e1dedbdb

View File

@@ -24,8 +24,8 @@ jobs:
- kill $ANYPROXY_PID
- name: "Tests reportKafka"
before_script:
- apt-get install tar
- apt-get install wget
- sudo apt-get -y install tar
- sudo apt-get -y install wget
- rm kafka_2.13-2.6.0.tgz*
- wget https://mirror.lyrahosting.com/apache/kafka/2.6.0/kafka_2.13-2.6.0.tgz
- tar -xzf kafka_2.13-2.6.0.tgz