Update travis config to start mysql and postgres

This commit is contained in:
Timothy Warren 2016-03-14 14:25:55 -04:00
parent 58008b46c0
commit 85c6d2a417
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
language: node_js
sudo: false
services:
- mysql
- postgresql
node_js:
- "node"
- "5"