Skip to content

Commit

Permalink
Use YAML alias & anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Jan 15, 2019
1 parent 48f2f0e commit 77c93be
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
include:
- stage: compile macos assets
os: osx
deploy:
deploy: &deploy_base
provider: releases
api_key: $GITHUB_TOKEN
draft: true
Expand All @@ -24,13 +24,8 @@ jobs:
all_branches: true
- stage: compile linux assets and publish
deploy:
provider: releases
api_key: $GITHUB_TOKEN
<<: *deploy_base
draft: false
skip_cleanup: true
file: file-$TRAVIS_OS_NAME.txt
on:
all_branches: true

# gemfile: our_gemfile

Expand Down

0 comments on commit 77c93be

Please sign in to comment.