Forráskód Böngészése

travis: rust stable by default and add nightly

Mokhtar Naamani 4 éve
szülő
commit
66a8fead12
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -10,8 +10,7 @@ language: rust
 cache: cargo
 
 rust:
-  # living on the edge..
-  - nightly
+  - stable
 
 matrix:
   include:
@@ -23,6 +22,7 @@ matrix:
   # building all platform binanires and wasm blob to a different system.
 
 install:
+  - rustup update nightly
   - rustup target add wasm32-unknown-unknown --toolchain nightly
   # travis installs rust using rustup with the "minimal" profile so these tools are not installed by default
   - rustup component add rustfmt