Modify .travis.yml for h2 and postgres runs using EBEAN_DB environment variable

This commit is contained in:
Robin Bygrave
2016-01-27 21:37:57 +13:00
parent 0c8cf78ecc
commit c28cff2f40
+2 -2
View File
@@ -110,8 +110,8 @@ datasource.ora.password=unit
datasource.ora.databaseUrl=jdbc:oracle:thin:@//127.0.0.1:1521/orcl
datasource.ora.databaseDriver=oracle.jdbc.driver.OracleDriver
datasource.pg.username=unit
datasource.pg.password=unit
datasource.pg.username=postgres
datasource.pg.password=
datasource.pg.databaseUrl=jdbc:postgresql://127.0.0.1:5432/unit
datasource.pg.databaseDriver=org.postgresql.Driver