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 View File

@@ -132,6 +132,17 @@ script:
132 132
   #
133 133
   ### LCDS ###
134 134
   #
135
+  # ULTRA_LCD
136
+  #
137
+  - restore_configs
138
+  - opt_enable ULTRA_LCD
139
+  - build_marlin
140
+  #
141
+  # DOGLCD
142
+  #
143
+  - restore_configs
144
+  - opt_enable DOGLCD
145
+  - build_marlin
135 146
   #
136 147
   # ULTIMAKERCONTROLLER
137 148
   #

Loading…
Cancel
Save