1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-28 08:58:49 +02:00
pigallery2/.travis.yml
2018-12-05 19:15:24 +01:00

12 lines
253 B
YAML

dist: trusty
language: node_js
node_js:
- '10'
- '11'
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 &