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

Commit 8cf94a1

Browse files
committed
#3: Add missing sudo command
1 parent a785d34 commit 8cf94a1

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
@@ -25,6 +25,6 @@ yarn add gulp -D
2525
# Install php
2626
sudo add-apt-repository -y ppa:ondrej/php
2727
sudo apt-get update
28-
apt-get install -y php7.0 php7.0-cli
28+
sudo apt-get install -y php7.0 php7.0-cli
2929

3030
exit 0;

0 commit comments

Comments
 (0)