We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd4d5f commit cee5a10Copy full SHA for cee5a10
.travis.yml
@@ -4,6 +4,10 @@ node_js:
4
cache:
5
- npm
6
- yarn
7
+before_install:
8
+ # Fixes an issue where the max file watch count is exceeded, triggering ENOSPC
9
+ # https://stackoverflow.com/questions/22475849/node-js-error-enospc#32600959
10
+ - echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
11
script:
12
- yarn lint
13
- yarn test
0 commit comments