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.5
|
|
|
|
- 5.4
|
|
|
|
- 5.3
|
|
|
|
# download test suite and run tests... submodule? meta testing project with
|
|
|
|
# all of the reference implementations?
|
|
|
|
script:
|
|
|
|
- git clone https://github.com/json-ld/json-ld.org.git spec
|
2013-09-15 06:24:40 +02:00
|
|
|
- phpunit test.php -d spec/test-suite
|
2013-08-09 19:46:51 +02:00
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|