Skip to content

Commit

Permalink
Update travis config to use correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Oct 9, 2018
1 parent f143c69 commit 34681f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ matrix:
script:
- docker run -v $(pwd):/app -t neuronify bash -ex .travis/ubuntu.sh
after_success:
- openssl aes-256-cbc -K $encrypted_8bc7dae8784d_key -iv $encrypted_8bc7dae8784d_iv
- openssl aes-256-cbc -K $encrypted_011e1d67e5b5_key -iv $encrypted_011e1d67e5b5_iv
-in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
deploy:
on:
Expand All @@ -52,6 +52,3 @@ script:
sudo: required
services:
- docker
after_success:
- openssl aes-256-cbc -K $encrypted_011e1d67e5b5_key -iv $encrypted_011e1d67e5b5_iv
-in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d

0 comments on commit 34681f0

Please sign in to comment.