Browse Source

Add Travis CI test for FLSUN config

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

+ 2
- 2
.travis.yml View File

@@ -388,9 +388,9 @@ script:
388 388
   - opt_enable AUTO_BED_LEVELING_BILINEAR Z_PROBE_ALLEN_KEY
389 389
   - build_marlin
390 390
   #
391
-  # Delta Config (Mini Kossel)
391
+  # Delta Config (FLSUN AC because it's complex)
392 392
   #
393
-  - use_example_configs delta/kossel_mini
393
+  - use_example_configs delta/FLSUN/auto_calibrate
394 394
   - build_marlin
395 395
   #
396 396
   # Makibox Config  need to check board type for Teensy++ 2.0

Loading…
Cancel
Save