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

Update .travis.yml

This commit is contained in:
Patrik J. Braun 2019-11-05 09:22:40 +01:00 committed by GitHub
parent 4c7cf9d74c
commit b9277e5f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ language: node_js
node_js: node_js:
- '10' - '10'
- '11' - '11'
- '12'
- '13'
env: env:
- MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test' - MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
services: services: