Browse Source

Updated travis to test for PRINTCOUNTER

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

+ 7
- 1
.travis.yml View File

@@ -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…
Cancel
Save