File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ services:
5
5
- docker
6
6
7
7
env :
8
- - V8VER=6.6
8
+ - V8VER=7.1
9
9
PHPVER=7.0
10
- - V8VER=6.6
10
+ - V8VER=7.1
11
11
PHPVER=7.1
12
- - V8VER=6.6
12
+ - V8VER=7.1
13
13
PHPVER=7.2
14
14
15
15
script : make -f Makefile.travis test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update -q
9
9
RUN apt-get install -y software-properties-common
10
10
11
11
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
13
13
RUN apt-get update -q
14
14
15
15
RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
Original file line number Diff line number Diff line change 1
1
# Configure and build scripts for travis CI system
2
- V8VER ?= 6.6
2
+ V8VER ?= 7.1
3
3
4
4
IMAGENAME ?= v8js-test
5
5
You can’t perform that action at this time.
0 commit comments