did i fix travis now?
parent
6fb99f9dc5
commit
a8f93b81bc
|
|
@ -100,11 +100,11 @@ 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 ../f3_stm32f30x && cargo build
|
#- cd ../f3_stm32f30x && cargo build
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- cargo doc-upload
|
#- cargo doc-upload
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue