jdarwood007

jdarwood007 commited on 2019-12-24 16:25:28
Showing 1 changed files, with 2 additions and 3 deletions.

... ...
@@ -1,6 +1,3 @@
1
-filter:
2
-    excluded_paths:
3
-        - '*.min.js'
4 1
 checks:
5 2
     php:
6 3
         variable_existence: true
... ...
@@ -187,5 +184,7 @@ build:
187 184
                     - git clone https://github.com/SimpleMachines/SMF2.1 smf
188 185
 
189 186
 filter:
187
+    excluded_paths:
188
+        - '*.min.js'
190 189
     dependency_paths:
191 190
         - smf/
192 191