diff --git a/.travis.yml b/.travis.yml index df8635c..3390144 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,5 @@ language: node_js node_js: - - "10" + - "12" after_success: - npm run coveralls -deploy: - provider: npm - email: $NPM_EMAIL - api_key: $NPM_TOKEN - on: - tags: true - branch: master \ No newline at end of file diff --git a/renovate.json b/renovate.json index 352c012..6f9c45d 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,7 @@ "automerge": true }, "assignees": [ + "maccyber", "zrrrzzt" ] }