travis mod
This commit is contained in:
parent
9f315e23f6
commit
b1dc170a8f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue