We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d9e0b commit ed67486Copy full SHA for ed67486
.travis.yml
@@ -15,7 +15,7 @@ git:
15
16
# define the successive stages
17
stages:
18
- - name: test32
+ - name: test
19
20
# define the jobs for the stages
21
# approx order of the jobs has longest running first to optimise total time
@@ -235,7 +235,7 @@ jobs:
235
- make ${MAKEOPTS} -C ports/windows CROSS_COMPILE=i686-w64-mingw32-
236
237
# esp32 w/ESP-IDFv3 port
238
- - stage: test32
+ - stage: test
239
env: NAME="esp32 ESP-IDFv3 port build"
240
install:
241
- sudo apt-get install python3-pip
@@ -252,7 +252,7 @@ jobs:
252
- make ${MAKEOPTS} -C ports/esp32
253
254
# esp32 w/ESP-IDFv4 port
255
256
env: NAME="esp32 ESP-IDFv4 port build"
257
258
0 commit comments