mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
(travis) use v8 7.5
This commit is contained in:
parent
93a46f668f
commit
bac8a966ab
@ -5,11 +5,11 @@ services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- V8VER=7.1
|
||||
- V8VER=7.5
|
||||
PHPVER=7.0
|
||||
- V8VER=7.1
|
||||
- V8VER=7.5
|
||||
PHPVER=7.1
|
||||
- V8VER=7.1
|
||||
- V8VER=7.5
|
||||
PHPVER=7.2
|
||||
|
||||
script: make -f Makefile.travis test
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Configure and build scripts for travis CI system
|
||||
V8VER ?= 7.1
|
||||
V8VER ?= 7.5
|
||||
|
||||
IMAGENAME ?= v8js-test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user