diff options
-rw-r--r-- | .travis.yml | 6 |
1 files 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" |