Explorar el Código

Extend travis test to check MAX6675

AnHardt hace 8 años
padre
commit
1f239ac9a7
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml Ver fichero

@@ -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

Loading…
Cancelar
Guardar