diff --git a/.travis.yml b/.travis.yml index 35d5f76d9..74f2a6a79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,8 @@ jobs: language: rust rust: stable cache: cargo - install: - - cargo fetch --locked script: - - cargo test --frozen --no-default-features + - cargo test --locked --no-default-features - language: go # XXX; The "1.10" must be quoted or it will get intrepreted as 1.1. See