Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into greenkeeper/redis-p…
Browse files Browse the repository at this point in the history
…rebuilt-1.0.18
  • Loading branch information
saiichihashimoto committed Jun 29, 2019
2 parents b19c757 + b7a48f4 commit eaf6f2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,14 +1,17 @@
language: node_js
node_js:
- 11
notifications:
email:
- saiichihashimoto@gmail.com
branches:
except:
- /^v\d+\.\d+\.\d+$/
script:
- npm test
- npm run test-build
after_success:
- cat ./coverage/lcov.info | npx coveralls
- cat ./coverage/lcov.info | npx coveralls --verbose
jobs:
include:
- stage: release
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"cz-conventional-changelog": "2.1.0",
"eslint-config-saiichihashimoto": "1.2.34",
"eslint-config-saiichihashimoto": "1.2.35",
"husky": "2.7.0",
"jest": "24.1.0",
"lint-my-app": "3.3.33",
Expand Down

0 comments on commit eaf6f2a

Please sign in to comment.