Skip to content

Commit 8f26fd3

Browse files
committed
Update .travis.yml
1 parent 4fc176b commit 8f26fd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ before_script:
4444
- mv $TRAVIS_BUILD_DIR/libraries/ESP32NETBIOS $HOME/arduino_ide/libraries/
4545

4646
script:
47-
- platformio run
4847
- cd $TRAVIS_BUILD_DIR
4948
- source command.sh
5049
- export PATH="$HOME/arduino_ide:$PATH"
@@ -68,6 +67,9 @@ script:
6867
- rm -f $HOME/.arduino15/preferences.txt
6968
- arduino --board esp32:esp32:esp32:PartitionScheme=min_spiffs,FlashFreq=80,PSRAM=disabled,CPUFreq=240,FlashMode=qio,FlashSize=4M,DebugLevel=none --pref compiler.warning_level=all --save-prefs
7069
- build_sketch $TRAVIS_BUILD_DIR/esp3d/esp3d.ino
70+
- rm -fr $HOME/arduino_ide
71+
- rm -fr $HOME/.arduino15
72+
- platformio run
7173

7274
notifications:
7375
email:

0 commit comments

Comments
 (0)