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