We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a46f6 commit bac8a96Copy full SHA for bac8a96
.travis.yml
@@ -5,11 +5,11 @@ services:
5
- docker
6
7
env:
8
- - V8VER=7.1
+ - V8VER=7.5
9
PHPVER=7.0
10
11
PHPVER=7.1
12
13
PHPVER=7.2
14
15
script: make -f Makefile.travis test
Makefile.travis
@@ -1,5 +1,5 @@
1
# Configure and build scripts for travis CI system
2
-V8VER ?= 7.1
+V8VER ?= 7.5
3
4
IMAGENAME ?= v8js-test
0 commit comments