Skip to content

Commit

Permalink
Try on dist-android
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 12, 2017
1 parent b083011 commit 1d78cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
if: type = pull_request OR branch = auto

- env: IMAGE=dist-x86_64-linux DEPLOY=1
if: branch = try OR branch = auto
if: OR branch = auto

# "alternate" deployments, these are "nightlies" but don't have assertions
# turned on, they're deployed to a different location primarily for projects
Expand Down Expand Up @@ -120,7 +120,7 @@ matrix:
- env: IMAGE=dist-aarch64-linux DEPLOY=1
if: branch = auto
- env: IMAGE=dist-android DEPLOY=1
if: branch = auto
if: branch = auto OR branch = try
- env: IMAGE=dist-arm-linux DEPLOY=1
if: branch = auto
- env: IMAGE=dist-armhf-linux DEPLOY=1
Expand Down

0 comments on commit 1d78cc2

Please sign in to comment.