Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/commit/d94628cbe69d74789e74a1802050e7457cabcf2a You should set ROOT_URL correctly, otherwise the web may not work correctly.

try 6 to fix travis build

pull/326/head V3.2.44.alpha
Thorsten von Eicken 8 years ago
parent b150d3d026
commit d94628cbe6
No known key found for this signature in database
GPG Key ID: C7F972A59D834B46
  1. 2
      .travis.yml

@ -28,7 +28,7 @@ script:
- export XTENSA_TOOLS_ROOT=$PWD/xtensa-lx106-elf/bin/
- export BRANCH=$TRAVIS_BRANCH
#- export SDK_BASE=$PWD/esp_iot_sdk_v2.0.0.p1
- git tag -n
- git tag -n1
- git describe --tags --match 'v*.0' --long --debug
- make release

Loading…
Cancel
Save