From ac71cc01b8ea3349f48a0a7cade4e2031d613042 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Fri, 9 Aug 2013 13:46:51 -0400 Subject: [PATCH] Add travis-ci support. --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f4d4a9e --- /dev/null +++ b/.travis.yml @@ -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