File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,11 @@ services:
55 - docker
66
77env :
8- - V8VER=6.5
8+ - V8VER=6.6
99 PHPVER=7.0
10- - V8VER=6.4
11- PHPVER=7.0
12- - V8VER=6.5
13- PHPVER=7.1
14- - V8VER=6.4
10+ - V8VER=6.6
1511 PHPVER=7.1
16- - V8VER=6.5
17- PHPVER=7.2
18- - V8VER=6.4
12+ - V8VER=6.6
1913 PHPVER=7.2
2014
2115script : make -f Makefile.travis test
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update -q
99RUN apt-get install -y software-properties-common
1010
1111RUN add-apt-repository ppa:ondrej/php
12- RUN add-apt-repository ppa:pinepain/libv8-$V8VER -y
12+ RUN add-apt-repository ppa:pinepain/php -y
1313RUN apt-get update -q
1414
1515RUN apt-get install -y php$PHPVER-dev libv8-$V8VER-dev
Original file line number Diff line number Diff line change 11# Configure and build scripts for travis CI system
2- V8VER ?= 6.3
2+ V8VER ?= 6.6
33
44IMAGENAME ?= v8js-test
55
1212
1313test: build
1414 docker run --rm -t $(IMAGENAME) make test
15+
16+ .PHONY: build test
You can’t perform that action at this time.
0 commit comments