0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-18 23:15:18 +00:00
phpv8/.travis.yml
2016-05-27 21:22:48 +02:00

16 lines
232 B
YAML

language: php
sudo: required
dist: trusty
php:
- 5.6
- 5.5
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