From bac8a966abd3f585802690498748e25a9c166d04 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 22 Jun 2019 01:21:47 +0200 Subject: [PATCH] (travis) use v8 7.5 --- .travis.yml | 6 +++--- Makefile.travis | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd2294a..f139b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/Makefile.travis b/Makefile.travis index eb5c42b..74cfd27 100644 --- a/Makefile.travis +++ b/Makefile.travis @@ -1,5 +1,5 @@ # Configure and build scripts for travis CI system -V8VER ?= 7.1 +V8VER ?= 7.5 IMAGENAME ?= v8js-test