new travis try

embedded-hal-1.0
Christoph Groß 2018-05-24 13:27:47 +02:00
parent d7873661ae
commit 3fa5a12d24
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ matrix:
# os: osx
# rust: nightly
- env: TEST_DIR=examples/embedded_linux
#- env: TEST_DIR=examples/embedded_linux
#- env: TEST_DIR=examples/f3_stm32f30x
before_install:
@ -100,7 +100,7 @@ script:
- cargo test
- cargo test --release
- cargo doc --release
- cd $TEST_DIR && cargo build
- cd examples/embedded_linux && cargo build && cd ../f3_stm32f30x && cargo build
after_success:
- cargo doc-upload