mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Migrate Travis from legacy to container-based infrastructure
See: http://docs.travis-ci.com/user/migrating-from-legacy
This commit is contained in:
parent
e72e430b77
commit
6d88254989
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal
|
- PLATFORMIO_CI_SRC=examples/acm/acm_terminal
|
||||||
- PLATFORMIO_CI_SRC=examples/adk/adk_barcode
|
- PLATFORMIO_CI_SRC=examples/adk/adk_barcode
|
||||||
|
|
Loading…
Reference in a new issue