forked from I2P_Developers/i2p.i2p
CI: quiet down wget
This commit is contained in:
@@ -36,14 +36,14 @@ test:ant:
|
||||
- apt-get update -q
|
||||
- apt-get install -y wget ant libmockito-java libhamcrest-java default-jdk-headless
|
||||
# Install specific version of scala
|
||||
- wget -O scala.deb "${SCALA}"
|
||||
- wget -qO scala.deb "${SCALA}"
|
||||
- dpkg -i scala.deb
|
||||
# link to the scala libs with the name `ant test` expects
|
||||
- cd /usr/share/scala/lib/
|
||||
- ln -s scala-xml_2.12-1.0.6.jar scala-xml.jar
|
||||
# Download required scala libs
|
||||
- wget -O scalactic.jar "${LIB_SCALACTIC}"
|
||||
- wget -O scalatest.jar "${LIB_SCALATEST}"
|
||||
- wget -qO scalactic.jar "${LIB_SCALACTIC}"
|
||||
- wget -qO scalatest.jar "${LIB_SCALATEST}"
|
||||
# Point ant to the right directories
|
||||
- echo "
|
||||
scalatest.libs=/usr/share/scala/lib
|
||||
|
Reference in New Issue
Block a user