Explorar el Código

Updated travis to test for PRINTCOUNTER

João Brázio hace 8 años
padre
commit
484de24e22
No account linked to committer's email address
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      .travis.yml

+ 7
- 1
.travis.yml Ver fichero

@@ -139,7 +139,7 @@ script:
139 139
   ### I2C PANELS ###
140 140
   #
141 141
   # LCD_I2C_SAINSMART_YWROBOT
142
-  # Failing at the moment needs different library 
142
+  # Failing at the moment needs different library
143 143
   #- restore_configs
144 144
   #- opt_enable LCD_I2C_SAINSMART_YWROBOT
145 145
   #- build_marlin
@@ -199,6 +199,12 @@ script:
199 199
   - opt_set_adv Z2_MAX_PIN 2
200 200
   - build_marlin
201 201
   #
202
+  # Test PRINTCOUNTER
203
+  #
204
+  - restore_configs
205
+  - opt_enable PRINTCOUNTER
206
+  - build_marlin
207
+  #
202 208
   #
203 209
   ######## Example Configurations ##############
204 210
   #

Loading…
Cancelar
Guardar