Skip to content

Commit

Permalink
travis mod
Browse files Browse the repository at this point in the history
  • Loading branch information
dl9rdz committed Apr 13, 2023
1 parent 9f315e2 commit 8bc5593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 remove 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
Expand Down

0 comments on commit 8bc5593

Please sign in to comment.