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

Update travis to test for ULTRA and DOG LCD options
This commit is contained in:
Scott Lahteine 2016-06-09 20:56:07 -07:00 committed by GitHub
commit 4a212f707b

View File

@ -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
#