Skip to content

Commit 28ac5a3

Browse files
committed
Fix travis build
1 parent 1de0d18 commit 28ac5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99
sudo apt-get update -q
1010

1111
install:
12-
sudo apt-get install php7.0-cli php7.0-dev libv8-$(V8VER)-dev
12+
sudo apt-get install -y libv8-$(V8VER)-dev
1313

1414
build:
1515
phpize

0 commit comments

Comments
 (0)