Skip to content

Commit

Permalink
Travis CI: Add npm prune to before_install which removes outdated…
Browse files Browse the repository at this point in the history
… dependencies for cache maintenance
  • Loading branch information
ntwb committed May 31, 2020
1 parent 8b57e26 commit 3202c1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/stylelint-config-wordpress/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ node_js:
- '4'
- '0.12'

before_install:
# remove outdated deps, assists with cache maintenance
- npm prune

notifications:
slack:
secure: Wx2BzF1JO9iUE6Wrf5lMzHHEtHf7+LT+/azLrODvLum97IL+Jj8K2LgFF+e6cEHBGpklwwaUH93sATFOH6vp7U0TF19dYBOs50iBMFeCT/hfv5nQaS8Eo6TWz9lBMQC6adXCEWyBgnyOlVL4/MOO1LlGwfWoGlfkpVrvJkke9vkEEQWUt2t78AL/baZX6Zv0Tvc7MbLzpVS8oHMAs3KtGX6hq1VoQ49QXTogQe+ezQe7CIhqvsGo56JvmEahAtfLycqVLx8pGzUzzVTfooCvIwhQZBTDn86MP4KMZYXGkGzW2dQexj0w2FvrBU19DSf4S6igvN3LgusqtludV0+XlWVZOOaM5Pe6ML+FxRSJjkFiBk+lUSuK5BdKQYHr1LnHDN30a0TSJyPX1aPY7vT7RPD5fglDAGNoK/2IkQ/uboZyXqApMTSm7cYuBbQNIMkUzOV7NF03FUCL2TyX0MM3mW32o0GQDYV/n42CSGHVmOPsvJNzMN2cspdDQLIRAlgih+0ZvHDd9rn+eHjgOYaHRBTMrB+iXJZvIj9HqO+W8tf+YUaRO6UDj4w2VErfTcax73d1W12KRXY2GRAAAFBBB1Dws8lVWs0gp5jjvk4OXQSrmDaR6bFW2QaFcilMupOfJydPbIhX0+FR1Arf6bXaCHspxIP4Mwzkiw8m4ZpHtck=

0 comments on commit 3202c1c

Please sign in to comment.