diff options
author | Martmists <martmists@gmail.com> | 2020-04-22 03:26:49 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-22 03:26:49 +0200 |
commit | a6a133a39f496d117194ff88f385334abbee9e4c (patch) | |
tree | fb4adb1104ceb8519745ff6375b0ac4a6e6d439a | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
Fix travis
-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" |