Browse Source

Travis test for MINIRAMBO and PWM_MOTOR_CURRENT

Scott Lahteine 9 years ago
parent
commit
528df1b02d
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .travis.yml

+ 6
- 0
.travis.yml View File

@@ -155,6 +155,12 @@ script:
155 155
   - opt_enable BQ_LCD_SMART_CONTROLLER SPEAKER
156 156
   - build_marlin
157 157
   #
158
+  # Test MINIRAMBO for PWM_MOTOR_CURRENT
159
+  #
160
+  - restore_configs
161
+  - opt_set MOTHERBOARD BOARD_MINIRAMBO
162
+  - build_marlin
163
+  #
158 164
   # Enable FILAMENTCHANGEENABLE
159 165
   #
160 166
   - restore_configs

Loading…
Cancel
Save