Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
remove GH_TOKEN deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Aug 28, 2019
1 parent 644561f commit 09c584f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
skip_cleanup: true
on:
tags: true
condition: env(GH_TOKEN) IS present

matrix:
include:
Expand Down Expand Up @@ -83,7 +82,7 @@ install: |
cargo install cargo-update || echo "cargo-update already installed"
RUSTFLAGS="--cfg procmacro2_semver_exempt" cargo install cargo-tarpaulin || echo "cargo-tarpaulin already installed"
cargo install-update -a
# should only be necessary until rustfmt produces consistent results in stable/nightly
rustup component add rustfmt
fi
Expand Down

0 comments on commit 09c584f

Please sign in to comment.