1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08: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 language: node_js
node_js: node_js:
- '10' - '10'
@ -13,3 +13,6 @@ addons:
before_install: before_install:
- # start your web application and listen on `localhost` - # start your web application and listen on `localhost`
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost & - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
install:
- npm install
- npm run build