Browse Source

Shoehorn EXPERIMENTAL_I2CBUS into Travis test

Scott Lahteine 8 years ago
parent
commit
e3efb04295
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      .travis.yml

+ 3
- 2
.travis.yml View File

@@ -205,10 +205,11 @@ script:
205 205
   - opt_enable ULTIMAKERCONTROLLER FILAMENT_LCD_DISPLAY
206 206
   - build_marlin
207 207
   #
208
-  # Enable BEZIER_CURVE_SUPPORT
208
+  # Enable BEZIER_CURVE_SUPPORT, EXPERIMENTAL_I2CBUS, and I2C_SLAVE_ADDRESS
209 209
   #
210 210
   - restore_configs
211
-  - opt_enable_adv BEZIER_CURVE_SUPPORT
211
+  - opt_enable_adv BEZIER_CURVE_SUPPORT EXPERIMENTAL_I2CBUS
212
+  - opt_set_adv I2C_SLAVE_ADDRESS 1
212 213
   - build_marlin
213 214
   #
214 215
   # Enable COREXY

Loading…
Cancel
Save