Browse Source

Update travis to test for ULTRA and DOG LCD options

João Brázio 8 years ago
parent
commit
24e70c915d
No account linked to committer's email address
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      .travis.yml

+ 11
- 0
.travis.yml View File

@@ -123,6 +123,17 @@ script:
123 123
   #
124 124
   ### LCDS ###
125 125
   #
126
+  # ULTRA_LCD
127
+  #
128
+  - restore_configs
129
+  - opt_enable ULTRA_LCD
130
+  - build_marlin
131
+  #
132
+  # DOGLCD
133
+  #
134
+  - restore_configs
135
+  - opt_enable DOGLCD
136
+  - build_marlin
126 137
   #
127 138
   # ULTIMAKERCONTROLLER
128 139
   #

Loading…
Cancel
Save