Browse Source

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

Stefan Siegl 7 years ago
parent
commit
3af2f16e76
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .travis.yml
  2. 1 1
      Makefile.travis

+ 2 - 2
.travis.yml

@@ -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

+ 1 - 1
Makefile.travis

@@ -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