Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
change build order
Browse files Browse the repository at this point in the history
  • Loading branch information
gokberkakdeniz committed Feb 9, 2019
1 parent b4656ed commit ca52528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ install:
- sudo apt-get install --install-recommends winehq-stable
- npm install
script:
- npm run build:deb
- npm run build:win-x64
- npm run build:linux-x64
- npm run build:deb
before_deploy:
- git config --local user.name $NAME
- git config --local user.email $EMAIL
Expand Down

0 comments on commit ca52528

Please sign in to comment.