From 28f1df4cffcc21c0892454406645ab05d93b9e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 22 Jan 2017 02:04:03 +0100 Subject: [PATCH] Run all stxparse tests as part of the Travis and AppVeyor builds --- .travis.yml | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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