From 29bb7df98f9d991be7cc35500b9e505e63d5bde8 Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sat, 17 Jun 2017 07:56:01 -0700 Subject: [PATCH] try to fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 008251c..058f350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: c before_install: - curl -Ls http://s3.voneicken.com/xtensa-lx106-elf-20160330.tgx | tar Jxf - - - curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.0.p1.tgx | tar -C .. -Jxf - + - curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.1.tgx | tar -C .. -Jxf - after_script: # upload to an S3 bucket, requires S3_BUCKET, AWS_ACCESS_KEY_ID and AWS_SECRET_KEY to be set