Update Travis CI configuration

This commit is contained in:
Samuel Elliott 2019-05-24 23:48:59 +01:00
parent 077cec5330
commit f250eb03a7
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
2 changed files with 3 additions and 2 deletions

View File

@ -11,5 +11,5 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
[package.json]
[{package.json,package-lock.json,.travis.yml}]
indent_size = 2

View File

@ -10,7 +10,7 @@ addons:
jobs:
include:
- stage: test
# - stage: test
- stage: release
script:
- npm run update_release
@ -34,5 +34,6 @@ jobs:
- release/betterdiscord-client_*.deb
- release/betterdiscord-editor_*.deb
file_glob: true
skip_cleanup: true
on:
tags: true