Skip to content

Commit

Permalink
ci: fix ci build error (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekratnavel committed Nov 3, 2018
1 parent e74345a commit 15bc905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx travis-deploy-once "npx semantic-release"
- npx travis-deploy-once --pro "npx semantic-release"
before_install:
# Decrypt the git_gpg_keys.asc.enc key into /tmp/git_gpg_keys.asc
- openssl aes-256-cbc -K $encrypted_31a89d3bbb58_key -iv $encrypted_31a89d3bbb58_iv
Expand Down

0 comments on commit 15bc905

Please sign in to comment.