From 9df2572c5d1145991d0a34256d7b40a466da5e61 Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Thu, 12 Jun 2014 09:10:23 +0100 Subject: [PATCH] Download the RL 78 toolchain from a different URL Fixes #720 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a4ec55ef..edd360a42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: ## Install RL78 GCC chain (following the instructions in platform/eval-adf7xxxmb4z/README.md) - "sudo apt-get install libncurses5:i386 zlib1g:i386 || true" - - "wget https://dl.dropboxusercontent.com/u/60522916/gnurl78-v13.02-elf_1-2_i386.deb && sudo dpkg -i gnurl78*.deb || true" + - "wget http://adamdunkels.github.io/contiki-fork/gnurl78-v13.02-elf_1-2_i386.deb && sudo dpkg -i gnurl78*.deb || true" ## Install SDCC from a purpose-built bundle - "[ ${BUILD_ARCH:-0} = 8051 ] && curl -s \