Skip to content

Commit 039f68e

Browse files
authored
Merge pull request #417 from stesie/build-on-php73
(travis) build on php7.3
2 parents 22a6d35 + 1128d7d commit 039f68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

77
env:
8-
- V8VER=7.5
9-
PHPVER=7.0
108
- V8VER=7.5
119
PHPVER=7.1
1210
- V8VER=7.5
1311
PHPVER=7.2
12+
- V8VER=7.5
13+
PHPVER=7.3
1414

1515
script: make -f Makefile.travis test

0 commit comments

Comments
 (0)