Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit f160fe6

Browse files
committed
#3: Fix halt while adding PPA
1 parent 01142ce commit f160fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yarn add gulp-cli -g
2323
yarn add gulp -D
2424

2525
# Install php
26-
sudo add-apt-repository ppa:ondrej/php
26+
sudo add-apt-repository -y ppa:ondrej/php
2727
sudo apt-get update
2828
apt-get install -y php7.0 php7.0-cli
2929

0 commit comments

Comments
 (0)