mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 13:47:21 +00:00
ci: fix travis ci fucked apt
This commit is contained in:
parent
9da2c78ec6
commit
58a85d6794
1 changed files with 4 additions and 1 deletions
|
|
@ -4,8 +4,11 @@ node_js:
|
|||
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
|
||||
- sudo apt-get update || true
|
||||
- sudo apt-get -y install libxml2-utils
|
||||
script:
|
||||
- chmod +x ./run.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue