Disable normalization tests.

This commit is contained in:
David I. Lehn 2015-10-13 14:32:40 -04:00
parent d832d72b09
commit b16d43aa74
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ sudo: false
script:
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
- phpunit --group json-ld.org test.php -d ./_json-ld.org/test-suite
- git clone https://github.com/json-ld/normalization.git _normalization
- phpunit --group normalization test.php -d ./_normalization/tests
#- git clone https://github.com/json-ld/normalization.git _normalization
#- phpunit --group normalization test.php -d ./_normalization/tests
notifications:
email:
on_success: change