Remove old instructions in the travis script.

This commit is contained in:
Maschell 2018-06-17 15:24:14 +02:00
parent c8a5dd9654
commit c4e0d02514

View File

@ -13,7 +13,6 @@ env:
cache: cache:
directories: directories:
- "$HOME/.local" - "$HOME/.local"
- "$PORTLIBREPOS"
- "$DEVKITPRO" - "$DEVKITPRO"
addons: addons:
@ -22,7 +21,6 @@ addons:
- p7zip-full - p7zip-full
before_install: before_install:
- mkdir -p "${PORTLIBREPOS}"
- mkdir -p "${DEVKITPRO}" - mkdir -p "${DEVKITPRO}"
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -O /tmp/devkitpro-pacman.deb; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb -O /tmp/devkitpro-pacman.deb; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo dpkg -i /tmp/devkitpro-pacman.deb; fi