0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 22:25:19 +00:00
phpv8/.travis.yml

16 lines
232 B
YAML
Raw Normal View History

language: php
2016-05-26 20:46:38 +00:00
sudo: required
dist: trusty
php:
2016-05-26 20:46:38 +00:00
- 7.0
2016-12-04 00:11:02 +00:00
- 7.1
2016-05-26 20:46:38 +00:00
env:
2016-05-26 20:46:38 +00:00
- V8VER=5.2
- V8VER=5.1
before_install: make -f Makefile.travis before_install
install: make -f Makefile.travis install
script: make -f Makefile.travis test