mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
15 lines
386 B
YAML
15 lines
386 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
sudo: enabled
|
|
dist: xenial
|
|
install:
|
|
- curl -sL https://noc.one/ubuntu | bash
|
|
- sudo sed -i 's|http://|https://|g' /etc/apt/sources.list
|
|
- sudo sed -i 's|http://|https://|g' /etc/apt/sources.list.d/*.list
|
|
- sudo apt-get clean
|
|
- sudo apt-get update || true
|
|
- sudo apt-get -y install libxml2-utils
|
|
script:
|
|
- chmod +x ./run.sh
|
|
- ./run.sh
|