mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 10:18:41 +00:00
457dacf7ed
... and both 6.4 and 6.5 don't show that particular error
22 lines
269 B
YAML
22 lines
269 B
YAML
language: php
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
- V8VER=6.5
|
|
PHPVER=7.0
|
|
- V8VER=6.4
|
|
PHPVER=7.0
|
|
- V8VER=6.5
|
|
PHPVER=7.1
|
|
- V8VER=6.4
|
|
PHPVER=7.1
|
|
- V8VER=6.5
|
|
PHPVER=7.2
|
|
- V8VER=6.4
|
|
PHPVER=7.2
|
|
|
|
script: make -f Makefile.travis test
|