Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(TravisCI): build windows for release tags too
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed May 27, 2019
1 parent 01a5378 commit c53a58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ branches:
stages:
- Linux
- name: "Windows Stage 1: Dependencies (OpenSSL, Qt)"
if: type = push AND branch = master
if: type = push
- name: "Windows Stage 2: Dependencies (other)"
if: type = push AND branch = master
if: type = push
- name: "Windows Stage 3: qTox"
if: type = push AND branch = master
if: type = push

jobs:
include:
Expand Down

0 comments on commit c53a58e

Please sign in to comment.