commit 3057614d28a190845237af0a0effabdd05e25369
parent 83bf770c8e12320a4016ba69cde4d5dc230456ac
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 31 May 2018 19:54:53 +0200
Fixed raco test command (-x -> -r)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -50,7 +50,7 @@ before_script:
# `raco pkg install --deps search-auto` to install any required
# packages without it getting stuck on a confirmation prompt.
script:
- - raco test -x -p backport-template-pr1514
+ - raco test -r -p backport-template-pr1514
- if test $RACKET_VERSION != 6.0 -a $RACKET_VERSION != 6.1; then raco setup --check-pkg-deps --pkgs backport-template-pr1514; fi
after_success: