mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 12:38:41 +00:00
13 lines
225 B
YAML
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
|