Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
reverted travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhandy committed Dec 18, 2017
1 parent acfbc76 commit fb58c1b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ sudo: required
#services:
#- docker 000ctGQcXVGUjeURqQeHclLLpst2Td0uR6SgAGLEOxjeQ9ghzQWC/4x9BPW7xf7SkxhESWB2MMTvxma8xaV7hmNSsUK7tHyMLZPGdhDnPuUx2E6eNG4IZzUvcmHI4U=

before_install:
- openssl aes-256-cbc -K $encrypted_5a15fa813cca_key -iv $encrypted_5a15fa813cca_iv -in codesigning.asc.enc -out codesigning.asc -d

before_script: gpg --fast-import codesigning.asc

script: mvn package -P build-extras

#after_success:
#- openssl aes-256-cbc -K $encrypted_d7986c8d48fc_key -iv $encrypted_d7986c8d48fc_iv
# -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
Expand All @@ -20,8 +27,6 @@ deploy:
file_glob: true
file: target/*.jar*
skip_cleanup: true
before_deploy: openssl aes-256-cbc -K $encrypted_5a15fa813cca_key -iv $encrypted_5a15fa813cca_iv -in codesigning.asc.enc -out codesigning.asc -d && gpg --fast-import codesigning.asc
deploy: mvn package -P build-extras
on:
tags: true
repo: iotaledger/iri
Expand Down

0 comments on commit fb58c1b

Please sign in to comment.