0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 16:35:19 +00:00
phpv8/.travis.yml
2014-09-28 00:29:41 +09:00

13 lines
225 B
YAML

language: php
php:
- 5.6
- 5.5
- 5.4
- 5.3
env:
- V8VER=3.22.22
- V8VER=3.21.12
before_install: make -f Makefile.travis before_install
install: make -f Makefile.travis install
script: make -f Makefile.travis test