Skip to content

Commit

Permalink
chore: CI. Always use prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Nov 15, 2019
1 parent c987d29 commit dc6d597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:
services:
- xvfb
env:
- NODE_ENV=dev
- NODE_ENV=prod
addons:
apt:
sources:
Expand All @@ -40,7 +40,7 @@ matrix:
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- NODE_ENV=dev
- NODE_ENV=prod
- YARN_GPG=no # otherwise this starts gpg-agent that never exits


Expand Down

0 comments on commit dc6d597

Please # to comment.