Skip to content

Commit

Permalink
Travis fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-terrell committed Sep 27, 2020
1 parent cd789ac commit d2ad710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ language: rust
matrix:
include:
- env: TARGET=thumbv7em-none-eabi
rust: nightly
rust: stable
addons:
apt:
packages:
- gcc-arm-none-eabi

- env: TARGET=thumbv7em-none-eabihf
rust: nightly
rust: stable
addons:
apt:
packages:
Expand Down
1 change: 0 additions & 1 deletion ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ set -ex

main() {
cargo check --target $TARGET
cargo check --target $TARGET --features rt

if [ $TARGET = x86_64-unknown-linux-gnu ]; then
cargo clean
Expand Down

0 comments on commit d2ad710

Please sign in to comment.