Skip to content

Commit

Permalink
Travis publishing test take 4
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 10, 2015
1 parent 46ee864 commit 506395b
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 @@ -24,7 +24,7 @@ env:
before_install:
- openssl aes-256-cbc -pass pass:$SIGNING_PASSPHRASE -in secring.gpg.enc -out secring.gpg -d
- openssl aes-256-cbc -pass pass:$SIGNING_PASSPHRASE -in pubring.gpg.enc -out pubring.gpg -d
- openssl aes-256-cbc -pass pass:$SIGNING_PASSPHRASE -in settings.xml.enc -out settings.xml.gpg -d
- openssl aes-256-cbc -pass pass:$SIGNING_PASSPHRASE -in settings.xml.enc -out settings.xml -d
- mkdir -p ~/.m2
- cp settings.xml ~/.m2/settings.xml
script: ./travis-build.sh
Expand Down

0 comments on commit 506395b

Please sign in to comment.