mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 21:57:22 +00:00
9 lines
146 B
YAML
9 lines
146 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
dist: trusty
|
|
install:
|
|
- sudo apt-get --yes install libxml2-utils
|
|
script:
|
|
- chmod +x ./run.sh
|
|
- ./run.sh
|