travis mod

This commit is contained in:
Hansi, dl9rdz 2023-04-13 15:26:46 +00:00
parent 9f315e23f6
commit b1dc170a8f
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ env:
- ESP32TOOLS=/home/travis/.arduino15/packages/esp32/hardware/esp32/1.0.6/tools
- MKSPIFFS=/home/travis/.arduino15/packages/esp32/tools/mkspiffs/0.2.3/mkspiffs
before_install:
- apt-get install python-is-python3
- pip remove pyserial
- pip install pyserial
- sudo apt-get install python-is-python3
- pip uninstall pyserial
- pip install pyserial
- "/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