Skip to content

Commit

Permalink
Always use stable rustfmt for CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
  • Loading branch information
goddessfreya committed Jul 28, 2019
1 parent 4ae9900 commit 18287f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ matrix:
install:
- rustup self update
- rustup target add $TARGET; true
- rustup component add rustfmt
- rustup target add stable; true
- rustup component add rustfmt --toolchain stable

script:
- cargo fmt --all -- --check
- cargo +stable fmt --all -- --check
- cargo build --target $TARGET --verbose
- cargo build --target $TARGET --features serde --verbose
# Running iOS apps on OSX requires the simulator so we skip that for now
Expand Down

0 comments on commit 18287f0

Please sign in to comment.