Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/ced1016fa24fcdb6eb83f09d59c461ba6633f3e5?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed build parameter

pull/41/head^2
Hieromon Ikasamo 6 years ago
parent 71b01819c1
commit ced1016fa2
  1. 2
      .travis.yml

@ -3,7 +3,7 @@ env:
global: global:
- IDE_VERSION=1.8.5 - IDE_VERSION=1.8.5
matrix: matrix:
- BOARD="esp8266:esp8266:nodemcuv2:CpuFrequency=160,FlashSize=4M3M" - BOARD="esp8266:esp8266:generic:xtal=80,eesz=4M3M,ip=lm2f,exception=disabled,FlashMode=qio,FlashFreq=80"
- BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M" - BOARD="esp32:esp32:esp32:FlashFreq=80,FlashSize=4M"
before_install: before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"

Loading…
Cancel
Save