浏览代码

Extend travis test to check MAX6675

AnHardt 8 年前
父节点
当前提交
1f239ac9a7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml 查看文件

@@ -93,6 +93,12 @@ script:
93 93
   - opt_enable PIDTEMPBED
94 94
   - build_marlin
95 95
   #
96
+  # Test MAX6675
97
+  #
98
+  - restore_configs
99
+  - opt_set TEMP_SENSOR_0 -2
100
+  - build_marlin
101
+  #
96 102
   # Test a "Fix Mounted" Probe along with Safe Homing
97 103
   #
98 104
   - restore_configs

正在加载...
取消
保存