Browse Source

Fix travis by removing the deleted stm32-example

embedded-hal-1.0
Chris 7 years ago
parent
commit
30b0ee19f3
  1. 2
      .travis.yml

2
.travis.yml

@ -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:

Loading…
Cancel
Save