From 9296fb1b1e92a785b470e8fdf489524e5db6d2e8 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Tue, 9 Feb 2016 01:51:36 +0200 Subject: [PATCH] get the toolchain from the repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 340a1c5..96d2660 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - cd espressif - git clone https://github.com/me-no-dev/ESP31B.git ESP31B - cd ESP31B/tools - - wget http://static.ficeto.com/xtensa-esp108-elf-linux64.tar.gz + - wget https://github.com/me-no-dev/ESP31B/releases/download/0.0.1/xtensa-esp108-elf-linux64.tar.gz - tar zxvf xtensa-esp108-elf-linux64.tar.gz - chmod +x xtensa-esp108-elf/bin/* - chmod +x xtensa-esp108-elf/xtensa-esp108-elf/bin/*