From d3614be9fd7396902bdad489d50521e49faf66ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 31 May 2018 19:54:53 +0200 Subject: [PATCH] Fixed raco test command (-x -> -r) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30bac95..874d26c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,6 @@ before_script: script: - raco pkg install -j 2 --deps search-auto --link aful - - raco test -x -p aful + - raco test -r -p aful after_script: