Browse Source

another try at the travis.yml

embedded-hal-1.0
Christoph Groß 8 years ago
parent
commit
1286afa73f
  1. 2
      .travis.yml

2
.travis.yml

@ -100,7 +100,7 @@ script:
- cargo test - cargo test
- cargo test --release - cargo test --release
- cargo doc --release - cargo doc --release
- cd examples/embedded_linux && cargo build && ../../ - cd examples/embedded_linux && cargo build && cd ../../
#- cd ../f3_stm32f30x && cargo build #- cd ../f3_stm32f30x && cargo build
after_success: after_success:

Loading…
Cancel
Save