Skip to content

Commit

Permalink
Merge pull request #5230 from camptocamp/dependabot/npm_and_yarn/type…
Browse files Browse the repository at this point in the history
…script-eslint/parser-2.4.0
  • Loading branch information
dependabot-preview[bot] authored Oct 15, 2019
2 parents 9b37f37 + 6f641c2 commit f74d788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/sinon": "~7.5.0",
"@types/typeahead": "~0.11.32",
"@typescript-eslint/eslint-plugin": "~2.4.0",
"@typescript-eslint/parser": "~2.3.1",
"@typescript-eslint/parser": "~2.4.0",
"angular": "1.7.8",
"angular-animate": "1.7.8",
"angular-dynamic-locale": "~0.1.37",
Expand Down

0 comments on commit f74d788

Please sign in to comment.