Explorar o código

Use V8 6.4 to exec tests, as 6.3 fails on timezones.phpt

... and both 6.4 and 6.5 don't show that particular error
Stefan Siegl %!s(int64=7) %!d(string=hai) anos
pai
achega
457dacf7ed
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -7,15 +7,15 @@ services:
 env:
   - V8VER=6.5
     PHPVER=7.0
-  - V8VER=6.3
+  - V8VER=6.4
     PHPVER=7.0
   - V8VER=6.5
     PHPVER=7.1
-  - V8VER=6.3
+  - V8VER=6.4
     PHPVER=7.1
   - V8VER=6.5
     PHPVER=7.2
-  - V8VER=6.3
+  - V8VER=6.4
     PHPVER=7.2
 
 script: make -f Makefile.travis test