Modify .travis.yml for h2 and postgres runs

This commit is contained in:
Robin Bygrave
2016-01-27 20:39:53 +13:00
parent cf88f2375b
commit 85522ed8bc
+5
View File
@@ -11,3 +11,8 @@ services:
before_script:
- psql -c 'create database unit;' -U postgres
env:
- datasource.default=h2
- datasource.default=pg