浏览代码

Allow nightly build to fail

Vadim Kaushan 5 年之前
父节点
当前提交
9c492da0ec
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      riscv-rt/.travis.yml

+ 4 - 0
riscv-rt/.travis.yml

@@ -13,6 +13,10 @@ env:
 
 if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
+matrix:
+  allow_failures:
+    - rust: nightly
+
 install:
   - ci/install.sh