Fix: travis error

This commit is contained in:
cutls 2019-10-11 00:42:01 +09:00
parent dcd6fa6958
commit ee6127ffcc
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -20,4 +20,5 @@ app/view/cs
app/view/ps app/view/ps
app/view/es-AR app/view/es-AR
app/git app/git
*.code-workspace *.code-workspace
releasenote.md

View File

@ -17,6 +17,7 @@ before_deploy:
- yarn install --no-lockfile --prod - yarn install --no-lockfile --prod
- yarn construct - yarn construct
- if [ "$TRAVIS_OS_NAME" = "osx" ];then electron-builder --mac -p never;else :;fi - 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 electron-builder --linux --x64 -p never;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then cd ../build;else :;fi - if [ "$TRAVIS_OS_NAME" = "linux" ];then cd ../build;else :;fi
- if [ "$TRAVIS_OS_NAME" = "linux" ];then ls;else :;fi - if [ "$TRAVIS_OS_NAME" = "linux" ];then ls;else :;fi