Skip to content

Commit

Permalink
Added node pre-build steps to run_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Oct 9, 2015
1 parent 4c351aa commit ae369de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ def test_specs(self, config, travis):
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]

def pre_build_steps(self):
return []
# Default to 1 week cache expiration
return [['npm', 'update', '--cache-min', '604800']]

def make_targets(self):
return []
Expand Down

0 comments on commit ae369de

Please sign in to comment.