dist: xenial language: node_js node_js: - '10' - '12' - '13' env: - MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test' - Server-port=35000 services: - mysql addons: chrome: stable before_install: - # start your web application and listen on `localhost` - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & install: - npm install - npm run build