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

Travis: remove xvfb

pull/5/head
Chip Audette 8 years ago
parent ffb3431e28
commit d46ab56ed7
  1. 3
      .travis.yml

@ -1,8 +1,5 @@
language: c
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"
- sleep 3
- export DISPLAY=:1.0
- sudo apt-get install arduino-core
- sudo apt-get install arduino-mk
- sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi

Loading…
Cancel
Save