0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 23:08:41 +00:00
phpv8/.travis.yml
Stefan Siegl 7a40e09581 Revert "Make valgrind run on travis tests of v8js"
This reverts commit 3e862b1aa1.

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