commit d3614be9fd7396902bdad489d50521e49faf66ac parent c8a23355748f39bea6abccfee8d2e577a627a353 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Thu, 31 May 2018 19:54:53 +0200 Fixed raco test command (-x -> -r) Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: