Browse Source

Update travis config so NOZZLE_CLEAN_FEATURE no longer depends on AUTO_BED_LEVELING_FEATURE

João Brázio 8 years ago
parent
commit
0149fc189a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -240,7 +240,7 @@ script:
240 240
   # Test NOZZLE_CLEAN_FEATURE
241 241
   #
242 242
   - restore_configs
243
-  - opt_enable AUTO_BED_LEVELING_FEATURE NOZZLE_CLEAN_FEATURE FIX_MOUNTED_PROBE
243
+  - opt_enable NOZZLE_CLEAN_FEATURE
244 244
   - build_marlin
245 245
   #
246 246
   #

Loading…
Cancel
Save