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

use ppa:stesie/libv8, build against V8 7.1

This commit is contained in:
Stefan Siegl 2018-11-06 12:04:55 +01:00
parent a67253477b
commit 147d087e8a
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA
3 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ services:
- docker
env:
- V8VER=6.6
- V8VER=7.1
PHPVER=7.0
- V8VER=6.6
- V8VER=7.1
PHPVER=7.1
- V8VER=6.6
- V8VER=7.1
PHPVER=7.2
script: make -f Makefile.travis test

View File

@ -9,7 +9,7 @@ RUN apt-get update -q
RUN apt-get install -y software-properties-common
RUN add-apt-repository ppa:ondrej/php
RUN add-apt-repository ppa:pinepain/php -y
RUN add-apt-repository ppa:stesie/libv8 -y
RUN apt-get update -q
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev

View File

@ -1,5 +1,5 @@
# Configure and build scripts for travis CI system
V8VER ?= 6.6
V8VER ?= 7.1
IMAGENAME ?= v8js-test