From c4e0d02514a87bc19a728bf2788de06dd0f3b0d8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 17 Jun 2018 15:24:14 +0200 Subject: [PATCH] Remove old instructions in the travis script. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2080a7e..abf35a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,6 @@ env: cache: directories: - "$HOME/.local" - - "$PORTLIBREPOS" - "$DEVKITPRO" addons: @@ -22,7 +21,6 @@ addons: - p7zip-full before_install: - - mkdir -p "${PORTLIBREPOS}" - 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 sudo dpkg -i /tmp/devkitpro-pacman.deb; fi