2013-08-09 19:46:51 +02:00
|
|
|
language: php
|
2013-08-09 20:10:32 +02:00
|
|
|
php:
|
2013-08-09 19:46:51 +02:00
|
|
|
- 5.3
|
2015-10-13 19:34:12 +02:00
|
|
|
- 5.4
|
|
|
|
- 5.5
|
|
|
|
- 5.6
|
|
|
|
sudo: false
|
2013-08-09 19:46:51 +02:00
|
|
|
# download test suite and run tests... submodule? meta testing project with
|
|
|
|
# all of the reference implementations?
|
|
|
|
script:
|
2015-10-13 19:34:12 +02:00
|
|
|
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
|
2015-10-13 20:08:27 +02:00
|
|
|
- phpunit --group json-ld.org test.php -d ./_json-ld.org/test-suite
|
2015-10-13 20:32:40 +02:00
|
|
|
#- git clone https://github.com/json-ld/normalization.git _normalization
|
|
|
|
#- phpunit --group normalization test.php -d ./_normalization/tests
|
2013-08-09 19:46:51 +02:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|