1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

updating travis

This commit is contained in:
Patrik J. Braun 2019-01-27 14:56:01 -05:00
parent 27d5bcb129
commit 2150807d3f

View File

@ -4,7 +4,7 @@ node_js:
- '10' - '10'
- '11' - '11'
env: env:
- "Server-database-mysql-host"='localhost' "Server-database-mysql-username"='root' "Server-database-mysql-password"='' "Server-database-mysql-database"='pigallery2_travis' - "Server-database-mysql-host"='localhost' "Server-database-mysql-username"='root' "Server-database-mysql-password"='' "Server-database-mysql-database"="pigallery2_travis"
services: services:
- mysql - mysql
addons: addons: