remove travis CI configuration

This commit is contained in:
aspargas2 2020-10-28 18:40:26 -04:00
parent 89be93384d
commit cebc43792e
No known key found for this signature in database
GPG Key ID: D651D3BE2052AF85

View File

@ -1,19 +0,0 @@
language: c
sudo: true
dist: bionic
before_install:
- wget "https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.amd64.deb" -O dkp-pacman.deb
- export DEVKITPRO=/opt/devkitpro
- export DEVKITARM=${DEVKITPRO}/devkitARM
install:
- sudo apt-get -y install python3 python3-pip p7zip-full libarchive13
- sudo dpkg -i dkp-pacman.deb
- sudo dkp-pacman -S --noconfirm devkitARM
- sudo pip3 install --upgrade pip setuptools
- sudo pip3 install cryptography
- sudo pip3 install git+https://github.com/TuxSH/firmtool.git
script:
- make release