Skip to content

Commit 3567dbd

Browse files
authored
Update .travis.yml definitions (#228)
For newer Travis requirements.
1 parent e4e01d4 commit 3567dbd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

integration/ci/travis.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,13 @@ Examples
199199

200200
.. code-block:: yaml
201201
202+
os: linux
203+
dist: focal
202204
language: python
203205
python:
204206
- "3.9"
205207
206208
# Cache PlatformIO packages using Travis CI container-based infrastructure
207-
sudo: false
208209
cache:
209210
directories:
210211
- "~/.platformio"
@@ -238,12 +239,13 @@ Examples
238239

239240
.. code-block:: yaml
240241
242+
os: linux
243+
dist: focal
241244
language: python
242245
python:
243246
- "3.9"
244247
245248
# Cache PlatformIO packages using Travis CI container-based infrastructure
246-
sudo: false
247249
cache:
248250
directories:
249251
- "~/.platformio"
@@ -274,12 +276,13 @@ Examples
274276

275277
.. code-block:: yaml
276278
279+
os: linux
280+
dist: focal
277281
language: python
278282
python:
279283
- "3.9"
280284
281285
# Cache PlatformIO packages using Travis CI container-based infrastructure
282-
sudo: false
283286
cache:
284287
directories:
285288
- "~/.platformio"
@@ -313,12 +316,13 @@ Examples
313316

314317
.. code-block:: yaml
315318
319+
os: linux
320+
dist: focal
316321
language: python
317322
python:
318323
- "3.9"
319324
320325
# Cache PlatformIO packages using Travis CI container-based infrastructure
321-
sudo: false
322326
cache:
323327
directories:
324328
- "~/.platformio"

0 commit comments

Comments
 (0)