Skip to content

Commit 147d087

Browse files
committed
use ppa:stesie/libv8, build against V8 7.1
1 parent a672534 commit 147d087

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services:
55
- docker
66

77
env:
8-
- V8VER=6.6
8+
- V8VER=7.1
99
PHPVER=7.0
10-
- V8VER=6.6
10+
- V8VER=7.1
1111
PHPVER=7.1
12-
- V8VER=6.6
12+
- V8VER=7.1
1313
PHPVER=7.2
1414

1515
script: make -f Makefile.travis test

Dockerfile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update -q
99
RUN apt-get install -y software-properties-common
1010

1111
RUN add-apt-repository ppa:ondrej/php
12-
RUN add-apt-repository ppa:pinepain/php -y
12+
RUN add-apt-repository ppa:stesie/libv8 -y
1313
RUN apt-get update -q
1414

1515
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev

Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure and build scripts for travis CI system
2-
V8VER ?= 6.6
2+
V8VER ?= 7.1
33

44
IMAGENAME ?= v8js-test
55

0 commit comments

Comments
 (0)