From a6a133a39f496d117194ff88f385334abbee9e4c Mon Sep 17 00:00:00 2001 From: Martmists Date: Wed, 22 Apr 2020 03:26:49 +0200 Subject: Fix travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70e86dc2..32252979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ language: c install: - sudo apt update - sudo apt install binutils-arm-none-eabi wine - - wget $TOOLS_URL + # These files are only accessible from Travis CI IP Addresses to prevent piracy. + - wget https://private.martmists.com/mwccarm.zip + - wget https://private.martmists.com/baserom.nds - unzip mwccarm.zip - mv mwccarm tools - - wget $ROM_URL - - mv "baserom.nds?dl=1" baserom.nds script: - export LM_LICENSE_FILE="$(pwd)/tools/mwccarm/license.dat" -- cgit v1.2.3 From c0ad5d7c15b1f50d20bcff0f031a4ea71812becc Mon Sep 17 00:00:00 2001 From: Martmists Date: Wed, 22 Apr 2020 03:51:03 +0200 Subject: Certbot not yet set up --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32252979..867a5198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ install: - sudo apt update - sudo apt install binutils-arm-none-eabi wine # These files are only accessible from Travis CI IP Addresses to prevent piracy. - - wget https://private.martmists.com/mwccarm.zip - - wget https://private.martmists.com/baserom.nds + - wget http://private.martmists.com/mwccarm.zip + - wget http://private.martmists.com/baserom.nds - unzip mwccarm.zip - mv mwccarm tools -- cgit v1.2.3