We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49f976 commit a1bb40aCopy full SHA for a1bb40a
.travis.yml
@@ -69,6 +69,7 @@ jobs:
69
stage: deploy
70
script: $TRAVIS_BUILD_DIR/tests/common.sh
71
env: BUILD_TYPE=package
72
+ if: env(CI_GITHUB_API_KEY) IS present
73
deploy:
74
# Create Github release, upload artifacts
75
- provider: releases
0 commit comments