Add travis-ci support.

This commit is contained in:
Dave Longley 2013-08-09 13:46:51 -04:00
parent ec6b4d7383
commit ac71cc01b8
1 changed files with 14 additions and 0 deletions

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: php
python:
- 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
- php jsonld-tests.php -d spec/test-suite/tests
notifications:
email:
on_success: change
on_failure: change