mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
fixing travis
This commit is contained in:
parent
e5cc71cd36
commit
ed221e967c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user