diff --git a/.travis.yml b/.travis.yml index 7b9d663b76..3435059a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ script: - raco test -l tests/zo-path - raco test -l tests/xml/test - raco test -l tests/db/all-tests +- raco test -c tests/stxparse notifications: irc: chat.freenode.net#racket-dev email: diff --git a/appveyor.yml b/appveyor.yml index 8b8f073922..2c5b7c18d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ test_script: - racket\raco.exe test -l tests/match/main - racket\raco.exe test -l tests/zo-path - racket\raco.exe test -l tests/xml/test - +- racket\raco.exe test -c tests/stxparse notifications: - provider: Email