Skip to content

Commit

Permalink
Merge pull request #80 from stephenyeargin/spring-cleaning-2018
Browse files Browse the repository at this point in the history
Spring Cleaning 2018
  • Loading branch information
stephenyeargin authored Apr 18, 2018
2 parents a327b7a + dfb6096 commit 5ec28ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: node_js
node_js:
- "node"
- "6"
- "5"
- "4"
sudo: false
notifications:
email: false
node_js:
- "8" # stable
- "6" # LTS
- "4" # maintenance
cache:
directories:
- node_modules
notifications:
email: false
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"request": "^2.85.0"
},
"peerDependencies": {
"hubot": ">= 2.x"
"hubot": ">=2 <10 || 0.0.0-development"
},
"devDependencies": {
"chai": "^4.1.2",
Expand All @@ -31,8 +31,8 @@
"hubot-test-helper": "1.9.0",
"husky": "^0.14.3",
"matchdep": "~2.0.0",
"mocha": "^5.0.5",
"nock": "^9.2.3",
"mocha": "^5.1.0",
"nock": "^9.2.5",
"require-dir": "^1.0.0",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
Expand Down

0 comments on commit 5ec28ef

Please sign in to comment.