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 609c788d91 improving API performance by removing null properties
adding photo caption reading
2018-12-05 17:29:33 +01:00

15 lines
275 B
YAML

dist: trusty
sudo: required
language: node_js
node_js:
- '8'
- '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 &