From 317458076f944962fa9ec76c041a3cd25749e7bf Mon Sep 17 00:00:00 2001 From: Carolin Brandt Date: Fri, 5 Jun 2020 06:19:10 +0200 Subject: [PATCH] less lines output when installing python packages --- .travis/travis-prettifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/travis-prettifier.sh b/.travis/travis-prettifier.sh index 9ce6a38d9..7dafe5334 100755 --- a/.travis/travis-prettifier.sh +++ b/.travis/travis-prettifier.sh @@ -4,6 +4,6 @@ source /opt/jdk_switcher/jdk_switcher.sh ./dspot-prettifer/src/test/bash/install_code2vec.sh -pip3 install bottleneck numpy keras tensorflow +pip3 install --quiet bottleneck numpy keras tensorflow jdk_switcher use openjdk8 & mvn -Djava.src.version=1.8 test -f dspot-prettifier/pom.xml