mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Modify .travis.yml for h2 and postgres runs using EBEAN_DB environment variable
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ before_script:
|
||||
- psql -c 'create database unit;' -U postgres
|
||||
|
||||
env:
|
||||
- datasource.default=h2
|
||||
- datasource.default=pg
|
||||
- EBEAN_DB=h2
|
||||
- EBEAN_DB=pg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user