travis: --yes
This commit is contained in:
parent
9789a21865
commit
ea3cd39ae6
|
@ -2,6 +2,6 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
sudo apt-get install software-properties-common
|
sudo apt-get install software-properties-common
|
||||||
sudo add-apt-repository ppa:george-edison55/cmake-3.x
|
sudo add-apt-repository --yes ppa:george-edison55/cmake-3.x
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
PREBUILT=1 ./make-linux
|
PREBUILT=1 ./make-linux
|
||||||
|
|
Loading…
Reference in New Issue