From fba22652fc2d65006255e014d9b3a17d5741aad4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 18 Mar 2017 10:21:15 -0500 Subject: [PATCH] Add UBL testing to Travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 86d4f6798..a2c766f58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,6 +117,12 @@ script: - opt_set ABL_GRID_POINTS_Y 16 - build_marlin # + # Test a simple build of AUTO_BED_LEVELING_UBL + # + - restore_configs + - opt_enable AUTO_BED_LEVELING_UBL FIX_MOUNTED_PROBE EEPROM_SETTINGS G3D_PANEL + - build_marlin + # # Test a Sled Z Probe # - restore_configs