Skip to content

Commit

Permalink
Disable normalization tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Oct 13, 2015
1 parent d832d72 commit b16d43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b16d43a

Please sign in to comment.