Make test suite run against PGSQL and MySQL

This commit is contained in:
Chris Allen 2016-12-14 19:40:18 -06:00
parent 7ff70f1e63
commit bfc8502dbf

View File

@ -2,6 +2,7 @@ sudo: false
services: services:
- postgresql - postgresql
- mysql
addons: addons:
apt: apt:
@ -27,7 +28,8 @@ script:
- stack setup - stack setup
- stack update - stack update
- stack build - stack build
# - stack test - stack test --flag esqueleto:-postgresql
- stack test --flag esqueleto:-mysql
cache: cache:
directories: directories: