From 969b50fb32fc32cc24db6f512499f6e9c9efb088 Mon Sep 17 00:00:00 2001 From: Martin Schulze Date: Sun, 20 Sep 2020 02:21:27 +0200 Subject: [PATCH] travis: Fix test command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7faa4755..d5972626 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ script: - make eclint - make hadolint - make shellcheck - - make generate-accounts run generate-accounts-after-run fixtures tests + - make generate-accounts tests after_script: - make clean