Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 1dddbe3

Browse files
committed
Require libv8-6.0 for travis builds
1 parent a3d25f0 commit 1dddbe3

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
@@ -17,8 +17,8 @@ env:
1717
- NO_INTERACTION=1
1818
- TEST_TIMEOUT=120
1919
matrix:
20-
- V8=5.9
21-
- V8=5.9 TEST_PHP_ARGS=-m
20+
- V8=6.0
21+
- V8=6.0 TEST_PHP_ARGS=-m
2222

2323
before_install:
2424
- sudo add-apt-repository ppa:pinepain/libv8-${V8} -y

0 commit comments

Comments
 (0)