浏览代码

We don't need to try to redownload nightly as rust:latest already contains nightly

Tom Almeida 6 年之前
父节点
当前提交
c90145abe0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .gitlab-ci.yml

+ 0 - 2
.gitlab-ci.yml

@@ -20,7 +20,5 @@ image: "rust:latest"
 # Use cargo to test the project
 test:cargo:
   script:
-  - rustup toolchain install nightly
-  - rustup default nightly
   - rustc --version && cargo --version      # Print version info for debugging
   - cargo +nightly test --all --verbose