mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 14:48:40 +00:00
16 lines
232 B
YAML
16 lines
232 B
YAML
language: php
|
|
sudo: required
|
|
dist: trusty
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
|
|
env:
|
|
- V8VER=6.5
|
|
- V8VER=6.3
|
|
|
|
before_install: make -f Makefile.travis before_install
|
|
install: make -f Makefile.travis install
|
|
script: make -f Makefile.travis test
|