Skip to content

Commit

Permalink
Disable STM32L0 platform tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 2, 2018
1 parent 586eb34 commit f813db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:

install:
- arduino --install-boards mcci:samd
- arduino --install-boards mcci:stm32
# - arduino --install-boards mcci:stm32

script:
#
Expand Down Expand Up @@ -70,6 +70,6 @@ script:
# *** TESTS FOR STM32L0 / Catena 4551 ****
# make sure you install the BSP above.
#
- arduino --verify --board $(_stm32l0opts) $PWD/examples/raw-feather/raw-feather.ino
# - arduino --verify --board $(_stm32l0opts) $PWD/examples/raw-feather/raw-feather.ino

### end of file ###

0 comments on commit f813db1

Please sign in to comment.