Skip to content

Commit

Permalink
Increase recommended development toolchain to 1.44.1
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Jun 30, 2020
1 parent 96acfc3 commit 0c03856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

# MANDATORY CHECKS USING CURRENT DEVELOPMENT COMPILER
- name: "Run rustfmt on recommended development toolchain"
rust: 1.43.0
rust: 1.44.1
before_script:
- rustup component add rustfmt
env: TASK=travis_fmt
- name: "Run clippy on recommended development toolchain"
rust: 1.43.0
rust: 1.44.1
before_script:
- rustup component add clippy
env: TASK=clippy
Expand Down

0 comments on commit 0c03856

Please sign in to comment.