소스 검색

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