From 88c1748703bdc87a73f1d1d3787040644a557845 Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Tue, 5 Oct 2021 12:10:13 +0800 Subject: [PATCH] travis --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index 5587a4d..88f48fc 100644 --- a/travis.sh +++ b/travis.sh @@ -70,6 +70,6 @@ bundle exec rake db:structure:dump # run tests # bundle exec rake TEST=test/unit/role_test.rb -bundle exec rake redmine:plugins:test NAME=$NAME_OF_PLUGIN +bundle exec rails test plugins/$NAME_OF_PLUGIN/test/**/*.rb