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
   ### I2C PANELS ###
139
   ### I2C PANELS ###
140
   #
140
   #
141
   # LCD_I2C_SAINSMART_YWROBOT
141
   # LCD_I2C_SAINSMART_YWROBOT
142
-  # Failing at the moment needs different library 
142
+  # Failing at the moment needs different library
143
   #- restore_configs
143
   #- restore_configs
144
   #- opt_enable LCD_I2C_SAINSMART_YWROBOT
144
   #- opt_enable LCD_I2C_SAINSMART_YWROBOT
145
   #- build_marlin
145
   #- build_marlin
199
   - opt_set_adv Z2_MAX_PIN 2
199
   - opt_set_adv Z2_MAX_PIN 2
200
   - build_marlin
200
   - build_marlin
201
   #
201
   #
202
+  # Test PRINTCOUNTER
203
+  #
204
+  - restore_configs
205
+  - opt_enable PRINTCOUNTER
206
+  - build_marlin
207
+  #
202
   #
208
   #
203
   ######## Example Configurations ##############
209
   ######## Example Configurations ##############
204
   #
210
   #

Loading…
Cancel
Save