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