mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
12 lines
204 B
YAML
12 lines
204 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
sudo: enabled
|
|
dist: xenial
|
|
install:
|
|
- sudo apt-get clean
|
|
- sudo apt-get update
|
|
- sudo apt-get -y install libxml2-utils
|
|
script:
|
|
- chmod +x ./run.sh
|
|
- ./run.sh
|