Update travis config to start mysql and postgres
This commit is contained in:
parent
58008b46c0
commit
85c6d2a417
@ -1,6 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
|
- postgresql
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "node"
|
||||||
- "5"
|
- "5"
|
||||||
|
Loading…
Reference in New Issue
Block a user