Skip to content

Commit

Permalink
Travis publishing test take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Mar 10, 2015
1 parent cd81ef8 commit 46ee864
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 @@ -25,7 +25,7 @@ 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
- mkdir ~/.m2
- mkdir -p ~/.m2
- cp settings.xml ~/.m2/settings.xml
script: ./travis-build.sh
install: /bin/true
Expand Down

0 comments on commit 46ee864

Please sign in to comment.