Skip to content

Commit bfc8502

Browse files
committed
Make test suite run against PGSQL and MySQL
1 parent 7ff70f1 commit bfc8502

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22

33
services:
44
- postgresql
5+
- mysql
56

67
addons:
78
apt:
@@ -27,7 +28,8 @@ script:
2728
- stack setup
2829
- stack update
2930
- stack build
30-
# - stack test
31+
- stack test --flag esqueleto:-postgresql
32+
- stack test --flag esqueleto:-mysql
3133

3234
cache:
3335
directories:

0 commit comments

Comments
 (0)