1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

remove an old travis CI script

This commit is contained in:
Sylvestre Ledru 2022-09-24 19:19:51 +02:00
parent 043c009a41
commit ee13d98f10

View file

@ -1,7 +0,0 @@
#!/bin/sh
rustup target add x86_64-unknown-redox
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F
sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt /'
sudo apt-get update -qq
sudo apt-get install -y x86-64-unknown-redox-gcc