Fix travis by removing the deleted stm32-example

embedded-hal-1.0
Chris 2018-10-30 09:54:46 +01:00
parent 297f92a99e
commit 30b0ee19f3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ script:
- cargo doc --all-features --release
- cd examples/embedded_linux_epd4in2 && cargo check && cd ../../
- cd examples/embedded_linux_epd1in54 && cargo check && cd ../../
- cd examples/stm32f3discovery && cargo check --target thumbv7m-none-eabi && cd ../../
# - cd examples/stm32f3discovery && cargo check --target thumbv7m-none-eabi && cd ../../
#- cd ../f3_stm32f30x && cargo build
after_success: