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

This commit is contained in:
Robin Bygrave
2016-01-27 21:21:01 +13:00
parent df112815ff
commit 0c8cf78ecc
+2 -2
View File
@@ -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