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

13 lines
276 B
YAML
Raw Normal View History

2018-03-31 03:30:30 +08:00
dist: trusty
2016-03-13 23:03:07 +08:00
language: node_js
node_js:
- '10'
- '11'
services:
- mysql
2018-03-31 03:30:30 +08:00
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 &