diff --git a/.travis.yml b/.travis.yml index 67c4e1ed6e46..92f3df40514c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,9 @@ before_script: - echo "email = stephane.brunner@camptocamp.com" >> ~/.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