Browse Source

Add Travis tests for optional M100 features

Scott Lahteine 7 years ago
parent
commit
f81b518a03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

155
   #   INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT
155
   #   INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT
156
   #
156
   #
157
   - restore_configs
157
   - restore_configs
158
-  - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
158
+  - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER M100_FREE_MEMORY_DUMPER M100_FREE_MEMORY_CORRUPTOR INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
159
   - build_marlin
159
   - build_marlin
160
   #
160
   #
161
   # Mixing Extruder
161
   # Mixing Extruder

Loading…
Cancel
Save