mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 18:41:52 +00:00
Run Travis tests against V8 6.3 & 6.5, refs #345
This commit is contained in:
parent
cba4eb4cb8
commit
3af2f16e76
@ -7,8 +7,8 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- V8VER=5.2
|
- V8VER=6.5
|
||||||
- V8VER=5.1
|
- V8VER=6.3
|
||||||
|
|
||||||
before_install: make -f Makefile.travis before_install
|
before_install: make -f Makefile.travis before_install
|
||||||
install: make -f Makefile.travis install
|
install: make -f Makefile.travis install
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Configure and build scripts for travis CI system
|
# Configure and build scripts for travis CI system
|
||||||
V8VER ?= 5.1
|
V8VER ?= 6.3
|
||||||
|
|
||||||
export NO_INTERACTION=1
|
export NO_INTERACTION=1
|
||||||
export REPORT_EXIT_STATUS=1
|
export REPORT_EXIT_STATUS=1
|
||||||
|
Loading…
Reference in New Issue
Block a user