Browse Source

Fix travis build

Stefan Siegl 9 years ago
parent
commit
28ac5a30ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.travis

+ 1 - 1
Makefile.travis

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