Skip to content

Commit

Permalink
try to fix travis watch count exceed (geosolutions-it#5781)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Aug 31, 2020
1 parent 60dab1b commit 59dd912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ script:
addons:
firefox: latest
before_install:
# Fixes an issue where the max file watch count is exceeded, triggering ENOSPC
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- node -v
- npm -v
branches:
Expand Down

0 comments on commit 59dd912

Please sign in to comment.