diff --git a/.travis.yml b/.travis.yml
index 1916669c570ba98ee37c00e94be15b082464d4fa..900d438ee33b3c5dba7a48db31daef13e9192a7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,6 +155,12 @@ script:
   - opt_enable BQ_LCD_SMART_CONTROLLER SPEAKER
   - build_marlin
   #
+  # Test MINIRAMBO for PWM_MOTOR_CURRENT
+  #
+  - restore_configs
+  - opt_set MOTHERBOARD BOARD_MINIRAMBO
+  - build_marlin
+  #
   # Enable FILAMENTCHANGEENABLE
   #
   - restore_configs
diff --git a/Marlin/stepper.h b/Marlin/stepper.h
index 7612e60587f0ec920450b59288be3418f019c134..6ad55216d5cc86985ec00e637f25f7f27fff6b15 100644
--- a/Marlin/stepper.h
+++ b/Marlin/stepper.h
@@ -134,7 +134,7 @@ class Stepper {
       #ifndef PWM_MOTOR_CURRENT
         #define PWM_MOTOR_CURRENT DEFAULT_PWM_MOTOR_CURRENT
       #endif
-      const int motor_current_setting[3] = PWM_MOTOR_CURRENT;
+      static constexpr int motor_current_setting[3] = PWM_MOTOR_CURRENT;
     #endif
 
     //