Skip to content

Commit

Permalink
fix travis #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Sep 23, 2016
1 parent f035323 commit 50fd955
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ before_install:
after_script:
# upload to an S3 bucket, requires S3_BUCKET, AWS_ACCESS_KEY_ID and AWS_SECRET_KEY to be set
# in environment using travis' repository settings
- export XTENSA_TOOLS_ROOT=./esp-open-sdk/xtensa-lx106-elf/bin/
- export SDK_BASE=./esp_iot_sdk_v2.0.0.p1
- "if [[ -n \"$S3_BUCKET\" && -n \"$AWS_ACCESS_KEY_ID\" ]]; then
echo Uploading *.tgz to $S3_BUCKET;
curl -Ls https://github.com/rlmcpherson/s3gof3r/releases/download/v0.5.0/gof3r_0.5.0_linux_amd64.tar.gz | tar zxf - gof3r_0.5.0_linux_amd64/gof3r;
Expand All @@ -23,7 +21,10 @@ compiler: gcc

env:

script: make release
script:
- export XTENSA_TOOLS_ROOT=./esp-open-sdk/xtensa-lx106-elf/bin/
- export SDK_BASE=./esp_iot_sdk_v2.0.0.p1
- make release

notifications:
email: false

0 comments on commit 50fd955

Please sign in to comment.