From 528df1b02da7a7a02e455a73e4e86ffd30822fd3 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Tue, 21 Jun 2016 19:36:06 -0700
Subject: [PATCH] Travis test for MINIRAMBO and PWM_MOTOR_CURRENT

---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 1916669c57..900d438ee3 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
-- 
GitLab