* 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)
* origin/master: (79 commits)
Fix typo
Add nodemon option to development docs
Document event simulation
document tailing logs on heroku
Use commander for simulate command
Use receive api to deliver event
Add simulate as a subcommand
Rename simulate script and fix lint errors
Update LICENSE
0.7.5
chore(CHANGELOG): 0.7.5
fix: allow to set PRIVATE_KEY with "\\n" characters
test: allow to set PRIVATE_KEY with "\\n" characters
Don't capitalize npm
0.7.4
Update CHANGLEOG for 0.7.4
Fix bug introduced in 0.7.3
Consolidate Robot tests
Fix changelog for 0.7.3 release
0.7.3
...
* origin/master:
Use shared es lint config
Relax node version
Add serializer for `repository` object
Fix env var name for deprecated INTEGRATION_ID
Update name from "GitHub Integrations" to "GitHub Apps"