Browse Source

Update travis to test for ULTRA and DOG LCD options

pull/1/head
João Brázio 8 years ago
parent
commit
24e70c915d
No known key found for this signature in database GPG Key ID: F62CFD37DFFDB540
  1. 11
      .travis.yml

11
.travis.yml

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

Loading…
Cancel
Save