0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 00:25:18 +00:00

Fix travis build

This commit is contained in:
Stefan Siegl 2016-05-26 23:04:28 +02:00
parent 6e09930325
commit 4cd9151b5f

View File

@ -9,7 +9,7 @@ before_install:
sudo apt-get update -q
install:
sudo apt-get install php7.0-cli php7.0-dev libv8-$(V8VER)-dev
sudo apt-get install -y libv8-$(V8VER)-dev
build:
phpize