Skip to content

Commit 1d78cc2

Browse files
committed
Try on dist-android
1 parent b083011 commit 1d78cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix:
1616
if: type = pull_request OR branch = auto
1717

1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19-
if: branch = try OR branch = auto
19+
if: OR branch = auto
2020

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

0 commit comments

Comments
 (0)