1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00
pigallery2/.travis.yml

12 lines
253 B
YAML
Raw Normal View History

2018-03-30 21:30:30 +02:00
dist: trusty
2016-03-13 17:03:07 +02:00
language: node_js
node_js:
2018-10-23 10:02:14 +02:00
- '10'
- '11'
2017-06-02 23:21:05 +02:00
2018-03-30 21:30:30 +02: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 &