Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
UnhandledPromiseRejectionWarning: Error: ENOSPC: System limit for number of file watchers reached
  • Loading branch information
sbrunner committed Oct 15, 2019
1 parent 002f510 commit 6f641c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ before_script:
- echo "email = [email protected]" >> ~/.npmrc

script:
# Fix:
# UnhandledPromiseRejectionWarning: Error: ENOSPC: System limit for number of file watchers reached
- echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
# Lint
- make lint
- make spell
Expand Down

0 comments on commit 6f641c2

Please sign in to comment.