Enable cron and api builds

This commit is contained in:
Michael Vines 2020-06-12 16:56:48 -07:00
parent 3bb908a78b
commit 69c0649988
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ language: minimal
jobs:
include:
- name: "Export Github Repositories"
if: type = push
if: type in (push, api, cron)
language: python
git:
depth: false
@ -24,7 +24,7 @@ jobs:
- .travis/export-github-repo.sh explorer/ test-explorer
- &release-artifacts
if: type = push
if: type in (push, api, cron)
name: "macOS release artifacts"
os: osx
language: rust