Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Run all stxparse tests as part of the Travis and AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzanneSoy authored and rmculpepper committed Jan 24, 2017
1 parent 6a07a3f commit 5a8780a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5a8780a

Please sign in to comment.