php-json-ld/.travis.yml

15 lines
340 B
YAML
Raw Normal View History

2013-08-09 13:46:51 -04:00
language: php
2013-08-09 14:10:32 -04:00
php:
2013-08-09 13:46:51 -04: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 00:24:40 -04:00
- phpunit test.php -d spec/test-suite
2013-08-09 13:46:51 -04:00
notifications:
email:
on_success: change
on_failure: change