Browse Source

travis: Use stable rust

armaniferrante 4 years ago
parent
commit
5c1c0ac37c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,7 +1,7 @@
 dist: bionic
 language: rust
 rust:
-  - nightly
+  - stable
 cache: cargo
 env:
   - NODE_VERSION="14.7.0"