0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-10-18 07:58:41 +00:00

(travis) use v8 7.5

This commit is contained in:
Stefan Siegl 2019-06-22 01:21:47 +02:00
parent 93a46f668f
commit bac8a966ab
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA
2 changed files with 4 additions and 4 deletions

View File

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

View File

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