Fix: travis error
This commit is contained in:
parent
dcd6fa6958
commit
ee6127ffcc
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@ app/view/ps
|
|||
app/view/es-AR
|
||||
app/git
|
||||
*.code-workspace
|
||||
releasenote.md
|
||||
|
|
|
@ -17,6 +17,7 @@ before_deploy:
|
|||
- yarn install --no-lockfile --prod
|
||||
- yarn construct
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ];then electron-builder --mac -p never;else :;fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ];then sudo apt-get install rpm;else :;fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ];then electron-builder --linux --x64 -p never;else :;fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ];then cd ../build;else :;fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ];then ls;else :;fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user