Skip to content

Commit 00b80a4

Browse files
committed
try to isolate changes
1 parent ff85821 commit 00b80a4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ before_script:
4949
env:
5050
matrix:
5151
- PGVERSION=9.5 v8=4.4
52+
- PGVERSION=9.5 v8=4.5
53+
- PGVERSION=9.5 v8=4.6
54+
- PGVERSION=9.5 v8=4.7
55+
- PGVERSION=9.5 v8=4.8
56+
- PGVERSION=9.5 v8=4.9
5257
- PGVERSION=9.5 v8=4.10
5358
- PGVERSION=9.4 v8=4.4
5459
- PGVERSION=9.4 v8=4.10

plv8.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,9 @@ _PG_init(void)
284284
EmitWarningsOnPlaceholders("plv8");
285285

286286
V8::InitializeICU();
287+
#if V8_MAJOR_VERSION == 4 && V8_MINOR_VERSION >= 5
287288
V8::InitializeExternalStartupData("plv8");
289+
#endif
288290
Platform* platform = platform::CreateDefaultPlatform();
289291
V8::InitializePlatform(platform);
290292
V8::Initialize();

0 commit comments

Comments
 (0)