Disable normalization tests.
This commit is contained in:
parent
d832d72b09
commit
b16d43aa74
|
@ -10,8 +10,8 @@ sudo: false
|
||||||
script:
|
script:
|
||||||
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
|
- 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
|
- phpunit --group json-ld.org test.php -d ./_json-ld.org/test-suite
|
||||||
- git clone https://github.com/json-ld/normalization.git _normalization
|
#- git clone https://github.com/json-ld/normalization.git _normalization
|
||||||
- phpunit --group normalization test.php -d ./_normalization/tests
|
#- phpunit --group normalization test.php -d ./_normalization/tests
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
|
|
Loading…
Reference in a new issue