0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-03-19 21:07:06 +00:00
phpv8/.travis.yml
Stefan Siegl 7a40e09581 Revert "Make valgrind run on travis tests of v8js"
This reverts commit 3e862b1aa1fba50bafad83844862e9657bb2f8c0.

Valgrind reports memory leaks with all test on PHP with ZTS,
which it doesn't do locally.  More investigation needed ...
2016-08-13 12:53:47 +02:00

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