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

fixing travis

This commit is contained in:
Patrik J. Braun 2019-12-14 12:24:23 +01:00
parent e5cc71cd36
commit ed221e967c

View File

@ -1,4 +1,4 @@
dist: trusty
dist: xenial
language: node_js
node_js:
- '10'
@ -13,3 +13,6 @@ addons:
before_install:
- # start your web application and listen on `localhost`
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
install:
- npm install
- npm run build