1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/.travis.yml
Patrik J. Braun 3725882945 travis update
2019-01-27 14:39:34 -05:00

15 lines
445 B
YAML

dist: trusty
language: node_js
node_js:
- '10'
- '11'
env:
- Server-database-mysql-host='localhost' Server-database-mysql-username='root' rver-database-mysql-password='' Server-database-mysql-database='pigallery2_travis'
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 &