We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b083011 commit 1d78cc2Copy full SHA for 1d78cc2
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
if: type = pull_request OR branch = auto
17
18
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19
- if: branch = try OR branch = auto
+ if: OR branch = auto
20
21
# "alternate" deployments, these are "nightlies" but don't have assertions
22
# turned on, they're deployed to a different location primarily for projects
@@ -120,7 +120,7 @@ matrix:
120
- env: IMAGE=dist-aarch64-linux DEPLOY=1
121
if: branch = auto
122
- env: IMAGE=dist-android DEPLOY=1
123
- if: branch = auto
+ if: branch = auto OR branch = try
124
- env: IMAGE=dist-arm-linux DEPLOY=1
125
126
- env: IMAGE=dist-armhf-linux DEPLOY=1
0 commit comments