Skip to content

Commit

Permalink
Switch back to containerized deployment environment
Browse files Browse the repository at this point in the history
This should prevent FTP errors for now.
  • Loading branch information
rweickelt committed Nov 2, 2018
1 parent c47e72d commit a80741d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- find qst/
# Deploy linux bundle
- stage: bundle and deploy
sudo: false
env:
- TARGET="linux-x86_64 bundle"
- FILE=qst-linux-x86_64-$QST_VERSION.tar.bz2
Expand All @@ -118,6 +119,7 @@ jobs:
all_branches: true
# Deploy windows bundle
- stage: bundle and deploy
sudo: false
env:
- TARGET="windows-x86_64 bundle"
- FILE=qst-windows-x86_64-$QST_VERSION.zip
Expand All @@ -140,6 +142,7 @@ jobs:
# Deploy sources on release
- stage: bundle and deploy
if: tag IS present
sudo: false
env:
- TARGET="sources"
- FILE=qst-src-$QST_VERSION.tar.bz2
Expand Down

0 comments on commit a80741d

Please sign in to comment.