Skip to content

Commit

Permalink
[ci] workaround Cargo bug rust-lang/cargo#5015.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Nov 26, 2019
1 parent 99efdf8 commit d92bf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script:
- cd sw/cli
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then PKG_CONFIG_PATH=$HOME/local/lib/pkgconfig LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH cargo build; fi
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then cargo build; fi
- cd ../firmware
- cd ../firmware/bin
- if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then cargo build --target thumbv6m-none-eabi --release --features nightly; fi
- if [[ "$TRAVIS_RUST_VERSION" == "stable" ]]; then cargo build --target thumbv6m-none-eabi --release; fi
- cargo test --package kroneum-api
Expand Down

0 comments on commit d92bf9f

Please sign in to comment.