Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
4
plugins/additionals/test/support/additional_environment.rb
Executable file
4
plugins/additionals/test/support/additional_environment.rb
Executable file
|
@ -0,0 +1,4 @@
|
|||
# for travis debugging
|
||||
# config.logger = Logger.new(STDOUT)
|
||||
# config.logger.level = Logger::INFO
|
||||
# config.log_level = :info
|
8
plugins/additionals/test/support/database-mysql-travis.yml
Executable file
8
plugins/additionals/test/support/database-mysql-travis.yml
Executable file
|
@ -0,0 +1,8 @@
|
|||
test:
|
||||
adapter: mysql2
|
||||
database: travis_ci_test
|
||||
host: localhost
|
||||
username: root
|
||||
password: travis_ci_test
|
||||
pool: 5
|
||||
encoding: utf8mb4
|
6
plugins/additionals/test/support/database-postgresql-travis.yml
Executable file
6
plugins/additionals/test/support/database-postgresql-travis.yml
Executable file
|
@ -0,0 +1,6 @@
|
|||
test:
|
||||
adapter: postgresql
|
||||
database: travis_ci_test
|
||||
username: postgres
|
||||
pool: 5
|
||||
encoding: utf8
|
Loading…
Add table
Add a link
Reference in a new issue