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,7 +155,7 @@ script:
155 155
   #   INCH_MODE_SUPPORT, TEMPERATURE_UNITS_SUPPORT
156 156
   #
157 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 159
   - build_marlin
160 160
   #
161 161
   # Mixing Extruder

Loading…
Cancel
Save