Update travis to test for ULTRA and DOG LCD options
This commit is contained in:
parent
26f8f54c56
commit
24e70c915d
1 changed files with 11 additions and 0 deletions
11
.travis.yml
11
.travis.yml
|
@ -123,6 +123,17 @@ script:
|
||||||
#
|
#
|
||||||
### LCDS ###
|
### LCDS ###
|
||||||
#
|
#
|
||||||
|
# ULTRA_LCD
|
||||||
|
#
|
||||||
|
- restore_configs
|
||||||
|
- opt_enable ULTRA_LCD
|
||||||
|
- build_marlin
|
||||||
|
#
|
||||||
|
# DOGLCD
|
||||||
|
#
|
||||||
|
- restore_configs
|
||||||
|
- opt_enable DOGLCD
|
||||||
|
- build_marlin
|
||||||
#
|
#
|
||||||
# ULTIMAKERCONTROLLER
|
# ULTIMAKERCONTROLLER
|
||||||
#
|
#
|
||||||
|
|
Reference in a new issue