1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00

nix --dry-run from script/release-candidate in .travis.yml

This commit is contained in:
Shawn Allen 2018-10-23 09:52:50 -07:00
parent ff22d1ac70
commit 7d3bf1e1f0

View File

@ -23,7 +23,7 @@ after_success:
deploy: deploy:
# publish release candidates on release branches # publish release candidates on release branches
- provider: script - provider: script
script: script/release-candidate --dry-run script: script/release-candidate
skip_cleanup: true skip_cleanup: true
on: on:
branch: release* branch: release*