Browse Source

Extend travis test to check MAX6675

AnHardt 8 years ago
parent
commit
1f239ac9a7
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

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

Loading…
Cancel
Save