Skip to content

Commit ce49956

Browse files
author
Matthias Rütten
committed
adjust pipeline
1 parent ca204f5 commit ce49956

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ jobs:
3030
script:
3131
- yarn prettier:check
3232
- stage: Build
33+
if: branch != master
3334
script:
3435
- yarn build
35-
- stage: Package
36+
- stage: Build & Package
3637
if: branch = master
3738
os: osx
3839
osx_image: xcode10.1
3940
script:
41+
- yarn build
4042
- yarn package
4143
before_cache:
4244
- rm -rf $HOME/.cache/electron-builder/wine

0 commit comments

Comments
 (0)