Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Jul 3, 2020
1 parent 01f19dd commit 8267824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,13 @@ branches:
only:
- master

addons:
apt:
packages:
- openjdk-8-jdk
- maven

before_install:
- |
if [ "${TRAVIS_OS_NAME}" == windows ]; then
choco install -y zulu8
choco install -y maven
export PATH=/C/ProgramData/chocolatey/lib/maven/apache-maven-3.6.3/bin:$PATH
export PATH=/C/Program\ Files/Zulu/zulu-8/bin:/C/ProgramData/chocolatey/lib/maven/apache-maven-3.6.3/bin:$PATH
echo "PATH=${PATH}"
ls -la /C/ProgramData/chocolatey/lib/
ls -la /C/Program\ Files/
ls -la /C/Program\ Files/Zulu/
elif [ "${TRAVIS_OS_NAME}" == osx ]; then
ls -la /Library/Java/JavaVirtualMachines/
fi
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<url>http://mycila.github.io/${mycila.github.name}</url>

<properties>
<jdk.version>1.8</jdk.version>
<jdk.version>1.6</jdk.version>
<source.encoding>UTF-8</source.encoding>
<mycila.github.name>license-maven-plugin</mycila.github.name>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 8267824

Please sign in to comment.