Skip to content

Commit

Permalink
Update comment on alternate builds in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored Nov 28, 2017
1 parent 3bde5e7 commit a6d1895
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ matrix:
- env: IMAGE=dist-x86_64-linux DEPLOY=1
if: branch = auto

# "alternate" deployments, these are "nightlies" but don't have assertions
# turned on, they're deployed to a different location primarily for projects
# which are stuck on nightly and don't want llvm assertions in the artifacts
# that they use.
# "alternate" deployments, these are "nightlies" but have LLVM assertions
# turned on, they're deployed to a different location primarily for
# additional testing.
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
if: branch = try OR branch = auto

Expand Down

0 comments on commit a6d1895

Please sign in to comment.