Skip to content

Commit

Permalink
Fix order in before_deploy to package webapp instead of electron
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Jun 21, 2016
1 parent 7afcddb commit 7f8ba93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ script:

before_deploy:
- test $TRAVIS_TEST_RESULT = 0
- npm run package:webapp
- npm run build:electron:prod
- npm run package:electron:linux
- npm run build:prod
- npm run package:webapp

deploy:
provider: releases
Expand Down

0 comments on commit 7f8ba93

Please sign in to comment.