Bläddra i källkod

travis: rust stable by default and add nightly

Mokhtar Naamani 4 år sedan
förälder
incheckning
66a8fead12
1 ändrade filer med 2 tillägg och 2 borttagningar
  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