Skip to content

Commit

Permalink
install rimraf globally on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar committed Dec 15, 2017
1 parent e011ddb commit bf24685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node_js:
- "4"
before_install:
- sudo sysctl fs.inotify.max_user_watches=524288
- yarn global add greenkeeper-lockfile@1
- yarn global add greenkeeper-lockfile@1 rimraf
before_script:
- greenkeeper-lockfile-update
after_script:
Expand Down

0 comments on commit bf24685

Please sign in to comment.