mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
travis: use apt-get -y option instead of GNU yes
The Advanced Packaging Tool has an option to automatically assume Yes to all queries. We don't need to use GNU yes for this.
This commit is contained in:
parent
bd695135dc
commit
fd13ae24c4
|
@ -16,7 +16,7 @@ before_script:
|
|||
# installing libconfig, needed for DHT_bootstrap_daemon
|
||||
- sudo sed -i 's/precise/quantal/' /etc/apt/sources.list # needed for libconfig-dev
|
||||
- sudo apt-get update -qq
|
||||
- yes | sudo apt-get install libconfig-dev
|
||||
- sudo apt-get -y install libconfig-dev
|
||||
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
|
|
Loading…
Reference in New Issue
Block a user