2016-07-29 16:24:11 +02:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
2016-07-29 16:28:19 +02:00
|
|
|
group: edge
|
2016-07-05 20:57:15 +02:00
|
|
|
language: php
|
|
|
|
php:
|
|
|
|
- '7.0'
|
|
|
|
- nightly
|
2016-07-29 16:24:11 +02:00
|
|
|
- hhvm
|
2016-07-28 13:40:22 +02:00
|
|
|
- '5.6'
|
2016-07-29 15:26:59 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- python3
|
2016-07-05 20:57:15 +02:00
|
|
|
|
2016-07-12 16:40:24 +02:00
|
|
|
before_script:
|
2016-07-15 12:50:26 +02:00
|
|
|
- composer update --dev
|
2016-07-05 20:57:15 +02:00
|
|
|
script:
|
2016-07-28 15:47:57 +02:00
|
|
|
- vendor/phpunit/phpunit/phpunit --bootstrap lib/danog/PHP/Struct.php --bootstrap lib/danog/PHP/StructException.php tests/danog/PHP/StructClass.php --bootstrap lib/danog/PHP/StructTools.php tests/danog/PHP/StructTest.php --verbose
|
2016-07-28 19:27:48 +02:00
|
|
|
- tests/danog/PHP/py2php.php
|
|
|
|
- tests/danog/PHP/php2py.py
|