* origin/master: (72 commits)
Fix title
Link to testing next
Install eslint-config-standard to fix error
Configure greenkeeper-lockfile
docs(readme): add Greenkeeper badge
chore(package): update dependencies
spacing
other pee robot from #229
pro the bot
Move unchanged constants outside of function
Set LOG_LEVEL=fatal for all tests
Silence server errors in test with default error handler
Move to absolute reference
Fix doc links
Create stale.yml
Update changelog for removed deprecations
Remove deprecated event argument for callback
Remove deprecated `robot` method from a probot instance
Update CHANGELOG.md
Add link to full changelog
...
I was seeing the following error locally and on Travis:
https://travis-ci.org/probot/probot/builds/270683575.
---
standard: Unexpected linter output:
Error: Failed to load plugin import: Cannot find module 'eslint-plugin-import'
Referenced from: /Users/bkeepers/projects/probot/probot/node_modules/standard/eslintrc.json
at Function.Module._resolveFilename (module.js:485:15)
at Function.resolve (internal/module.js:18:19)
at Object.load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/plugins.js:134:29)
at Array.forEach (native)
at Object.loadAll (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/plugins.js:162:21)
at load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:541:21)
at configExtends.reduceRight (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:424:36)
at Array.reduceRight (native)
at applyExtends (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:408:28)
at Object.load (/Users/bkeepers/projects/probot/probot/node_modules/eslint/lib/config/config-file.js:566:22)