mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 14:01:53 +00:00
16 lines
182 B
YAML
16 lines
182 B
YAML
language: php
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
- V8VER=7.1
|
|
PHPVER=7.0
|
|
- V8VER=7.1
|
|
PHPVER=7.1
|
|
- V8VER=7.1
|
|
PHPVER=7.2
|
|
|
|
script: make -f Makefile.travis test
|