From cf687f9c705b7eb282b6227d1121751698c89d6f Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Sun, 15 Sep 2013 00:24:40 -0400 Subject: [PATCH] Use phpunit to run tests. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f5c7247..4c043cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: # 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 + - phpunit test.php -d spec/test-suite notifications: email: on_success: change