Browse Source

fix(travis): set DEBUG=electron-builder on travis

Enable electron-builder debugging on travis to ensure that output is
produced whilst long running electron (re)build steps are running. This
can prevent build timeouts.
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
9e2b7d0ea7
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 3
      .travis.yml

3
.travis.yml

@ -3,6 +3,9 @@ sudo: false
language: node_js
env:
global:
- DEBUG=electron-builder
matrix:
- TEST=lint-ci
- TEST=test-ci

Loading…
Cancel
Save