0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 08:11:52 +00:00

Run Travis tests against V8 6.3 & 6.5, refs #345

This commit is contained in:
Stefan Siegl 2018-01-05 15:14:48 +01:00
parent cba4eb4cb8
commit 3af2f16e76
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ php:
- 7.1
env:
- V8VER=5.2
- V8VER=5.1
- V8VER=6.5
- V8VER=6.3
before_install: make -f Makefile.travis before_install
install: make -f Makefile.travis install

View File

@ -1,5 +1,5 @@
# Configure and build scripts for travis CI system
V8VER ?= 5.1
V8VER ?= 6.3
export NO_INTERACTION=1
export REPORT_EXIT_STATUS=1