Explorar o código

travis: use nightly for clippy to avoid messing with env variables

Mokhtar Naamani %!s(int64=4) %!d(string=hai) anos
pai
achega
f79739329f
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .travis.yml

+ 3 - 3
.travis.yml

@@ -73,9 +73,9 @@ script:
       docker cp temp-container-joystream-node:/joystream/runtime.compact.wasm joystream_runtime.wasm
       docker rm temp-container-joystream-node
     else
-      BUILD_DUMMY_WASM_BINARY=1 cargo clippy --release --target=${TARGET} -- -D warnings && \
-      BUILD_DUMMY_WASM_BINARY=0 cargo test --release --verbose --all --target=${TARGET} && \
-      WASM_BUILD_TOOLCHAIN=nightly-${NIGHTLY_RELEASE_DATE} cargo build --release --target=${TARGET}
+      cargo +nightly clippy --release --target=${TARGET} -- -D warnings && \
+      cargo +nightly test --release --verbose --all --target=${TARGET} && \
+      cargo +nightly build --release --target=${TARGET}
     fi
 
 before_deploy: