try 2 to fix travis

pull/326/head
Thorsten von Eicken 7 years ago
parent 29bb7df98f
commit 02599ab172
No known key found for this signature in database
GPG Key ID: C7F972A59D834B46
  1. 2
      .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.1.tgx | tar -C .. -Jxf -
- curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.1.0.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

Loading…
Cancel
Save