Skip to content

Commit 15b0a1d

Browse files
committed
wip
1 parent d5c1f98 commit 15b0a1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ jobs:
6666
# Deploy stage.
6767
# Here we build the package JSON (always) and do the deployments
6868
- stage: deploy
69-
if: env(TRAVIS_SECURE_ENV_VARS) = true
70-
- script: $TRAVIS_BUILD_DIR/tests/common.sh
71-
name: "Package / deploy"
69+
- name: "Package / deploy"
70+
script: $TRAVIS_BUILD_DIR/tests/common.sh
7271
env: BUILD_TYPE=package
7372
deploy:
7473
# Create Github release, upload artifacts

0 commit comments

Comments
 (0)