Skip to content

Commit ed67486

Browse files
committed
remove test32 stage
1 parent 91d9e0b commit ed67486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git:
1515

1616
# define the successive stages
1717
stages:
18-
- name: test32
18+
- name: test
1919

2020
# define the jobs for the stages
2121
# approx order of the jobs has longest running first to optimise total time
@@ -235,7 +235,7 @@ jobs:
235235
- make ${MAKEOPTS} -C ports/windows CROSS_COMPILE=i686-w64-mingw32-
236236

237237
# esp32 w/ESP-IDFv3 port
238-
- stage: test32
238+
- stage: test
239239
env: NAME="esp32 ESP-IDFv3 port build"
240240
install:
241241
- sudo apt-get install python3-pip
@@ -252,7 +252,7 @@ jobs:
252252
- make ${MAKEOPTS} -C ports/esp32
253253

254254
# esp32 w/ESP-IDFv4 port
255-
- stage: test32
255+
- stage: test
256256
env: NAME="esp32 ESP-IDFv4 port build"
257257
install:
258258
- sudo apt-get install python3-pip

0 commit comments

Comments
 (0)