We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d832d72 commit b16d43aCopy full SHA for b16d43a
.travis.yml
@@ -10,8 +10,8 @@ sudo: false
10
script:
11
- git clone https://github.com/json-ld/json-ld.org.git _json-ld.org
12
- 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
+ #- git clone https://github.com/json-ld/normalization.git _normalization
+ #- phpunit --group normalization test.php -d ./_normalization/tests
15
notifications:
16
email:
17
on_success: change
0 commit comments