Skip to content

Commit

Permalink
Appveyor no echo
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Feb 12, 2017
1 parent 2871f5b commit 17ad49a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ install:
(new-object System.Net.WebClient).DownloadFile('https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.19.8.1-v1.14/gettext0.19.8.1-iconv1.14-shared-64.zip', 'C:\gettext-bin.zip')
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\gettext-bin.zip", "C:\gettext")
}
- echo %PATH%
- echo %M2_HOME%
- cmd: SET PATH=C:\gettext\bin;%PATH%
- echo %PATH%
- cmd: SET MAVEN_OPTS=-Xmx2g
- cmd: SET JAVA_OPTS=-Xmx2g
- cmd: mvn --version
Expand Down

0 comments on commit 17ad49a

Please sign in to comment.