Skip to content

Commit b16d43a

Browse files
committed
Disable normalization tests.
1 parent d832d72 commit b16d43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ sudo: false
1010
script:
1111
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
1212
- phpunit --group json-ld.org test.php -d ./_json-ld.org/test-suite
13-
- git clone https://github.com/json-ld/normalization.git _normalization
14-
- phpunit --group normalization test.php -d ./_normalization/tests
13+
#- git clone https://github.com/json-ld/normalization.git _normalization
14+
#- phpunit --group normalization test.php -d ./_normalization/tests
1515
notifications:
1616
email:
1717
on_success: change

0 commit comments

Comments
 (0)