From 0286392771fa31ce2dd128c560a476a0c47a01a6 Mon Sep 17 00:00:00 2001 From: emabee Date: Sun, 30 Aug 2020 11:03:41 +0200 Subject: [PATCH] fix typos --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7eabf70..e625ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ jobs: - rust: nightly - os: windows include: - - if: rust = statble + - if: rust = stable script: - rustup component add rustfmt - cargo fmt --all -- --check @@ -33,4 +33,4 @@ jobs: script: - cargo build --release - cargo build --release --no-default-features - - cargo build --release --all-feature + - cargo build --release --all-features