浏览代码

travis: Use stable rust

armaniferrante 4 年之前
父节点
当前提交
5c1c0ac37c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"