Browse Source

Merge pull request #3993 from jbrazio/feature/update-travis

Update travis to test for ULTRA and DOG LCD options
Scott Lahteine 8 years ago
parent
commit
4a212f707b
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .travis.yml

+ 11 - 0
.travis.yml

@@ -132,6 +132,17 @@ script:
   #
   ### LCDS ###
   #
+  # ULTRA_LCD
+  #
+  - restore_configs
+  - opt_enable ULTRA_LCD
+  - build_marlin
+  #
+  # DOGLCD
+  #
+  - restore_configs
+  - opt_enable DOGLCD
+  - build_marlin
   #
   # ULTIMAKERCONTROLLER
   #