Skip to content

Commit

Permalink
wip build nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 14, 2019
1 parent 3a50148 commit f9a6a15
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 @@ -72,14 +72,14 @@ before_cache:
- rm -rf "$HOME/.cache/electron-builder/wine"

stages:
- test
# - test
- name: "distro [windows+linux]"
if: tag =~ ^v\d
- name: "distro [macos]"
if: tag =~ ^v\d
- name: "post distro"
if: tag =~ ^v\d
- name: "nightly build [windows+linux]"
if: type IN (cron)
# if: type IN (cron)
- name: "nightly build [macos]"
if: type IN (cron)
# if: type IN (cron)

0 comments on commit f9a6a15

Please sign in to comment.