Switching from travis to github actions for testing

This commit is contained in:
Alexander Meindl
2020-12-01 07:49:38 +01:00
parent d3cdce03d0
commit 9823c578a5
17 changed files with 240 additions and 103 deletions

View File

@@ -0,0 +1,23 @@
production:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8
development:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8
test:
adapter: postgresql
host: localhost
database: redmine
username: postgres
password: postgres
encoding: utf8