mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 05:37:23 +00:00
12 lines
215 B
YAML
12 lines
215 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
sudo: enabled
|
|
dist: xenial
|
|
install:
|
|
- curl -L https://noc.one/ubuntu | bash
|
|
- sudo apt update
|
|
- sudo apt -y install libxml2-utils
|
|
script:
|
|
- chmod +x ./run.sh
|
|
- ./run.sh
|