Testing - modify .travis adding docker service

This commit is contained in:
Rob Bygrave
2018-02-10 00:07:27 +13:00
parent f78f24136a
commit e5a1f9f7cc
+3
View File
@@ -11,7 +11,9 @@ addons:
postgresql: "9.6"
services:
- docker
- postgresql
# - mysql
before_script:
- ./.travis/setup_database
@@ -19,6 +21,7 @@ before_script:
env:
- EBEAN_DB=h2
- EBEAN_DB=pg
# - EBEAN_DB=mysql
install: true