Skip to content

Commit

Permalink
Merge branch 'master' into MPSDK-255-Add-paypal-buyer-account-email-o…
Browse files Browse the repository at this point in the history
…n-payin-paypal-response
  • Loading branch information
cosmin-margarit committed Aug 28, 2018
2 parents 9588920 + 9abc4a4 commit f1b033c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: java
jdk:
- oraclejdk7
- openjdk7
sudo: required
before_install:
- sudo wget "https://bouncycastle.org/download/bcprov-ext-jdk15on-158.jar" -O "${JAVA_HOME}/jre/lib/ext/bcprov-ext-jdk15on-158.jar"
- sudo perl -pi.bak -e 's/^(security\.provider\.)([0-9]+)/$1.($2+1)/ge' /etc/java-7-openjdk/security/java.security
- echo "security.provider.1=org.bouncycastle.jce.provider.BouncyCastleProvider" | sudo tee -a /etc/java-7-openjdk/security/java.security
- chmod +x .utility/initiate-publish.sh
- >
if [ "$TRAVIS_REPO_SLUG" == "Mangopay/mangopay2-java-sdk" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
Expand Down

0 comments on commit f1b033c

Please sign in to comment.