Skip to content

Commit bac8a96

Browse files
committed
(travis) use v8 7.5
1 parent 93a46f6 commit bac8a96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services:
55
- docker
66

77
env:
8-
- V8VER=7.1
8+
- V8VER=7.5
99
PHPVER=7.0
10-
- V8VER=7.1
10+
- V8VER=7.5
1111
PHPVER=7.1
12-
- V8VER=7.1
12+
- V8VER=7.5
1313
PHPVER=7.2
1414

1515
script: make -f Makefile.travis test

Makefile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configure and build scripts for travis CI system
2-
V8VER ?= 7.1
2+
V8VER ?= 7.5
33

44
IMAGENAME ?= v8js-test
55

0 commit comments

Comments
 (0)