瀏覽代碼

Check build on stable

Vadim Kaushan 6 年之前
父節點
當前提交
7e2103e566
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -24,6 +24,14 @@ matrix:
       rust: nightly
       if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
 
+    - env: TARGET=x86_64-unknown-linux-gnu
+      rust: stable
+      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
+
+    - env: TARGET=riscv32imac-unknown-none-elf
+      rust: stable
+      if: (branch = staging OR branch = trying OR branch = master) OR (type = pull_request AND branch = master)
+
 before_install: set -e
 
 install: