Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed May 6, 2019
1 parent a0c9ef3 commit 9af8a4e
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 @@ -26,8 +26,8 @@ before_install:
install:

script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install && build --linux deb AppImage; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install && build --mac ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm install && build --linux deb AppImage --publish always; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm install && build --mac --publish always ; fi

before_cache:
- rm -rf $HOME/.cache/electron-builder/wine
Expand Down

0 comments on commit 9af8a4e

Please sign in to comment.