mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 23:08:41 +00:00
7a40e09581
This reverts commit 3e862b1aa1
.
Valgrind reports memory leaks with all test on PHP with ZTS,
which it doesn't do locally. More investigation needed ...
15 lines
224 B
YAML
15 lines
224 B
YAML
language: php
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
php:
|
|
- 7.0
|
|
|
|
env:
|
|
- V8VER=5.2
|
|
- V8VER=5.1
|
|
|
|
before_install: make -f Makefile.travis before_install
|
|
install: make -f Makefile.travis install
|
|
script: make -f Makefile.travis test
|