Merge pull request #2466 from thelounge/xpaw/cfg

Update Travis and Renovate configs
This commit is contained in:
Pavel Djundik 2018-05-25 11:32:43 +03:00 committed by GitHub
commit d39224c594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -18,6 +18,9 @@ cache: yarn
before_script: before_script:
- NODE_ENV=$BUILD_ENV yarn build - NODE_ENV=$BUILD_ENV yarn build
install:
- yarn --frozen-lockfile
notifications: notifications:
email: email:
on_success: never on_success: never

View file

@ -8,5 +8,6 @@
"labels": [ "labels": [
"Type: Dependencies" "Type: Dependencies"
], ],
"rebaseStalePrs": true,
"statusCheckVerify": true "statusCheckVerify": true
} }