Skip to content

Commit

Permalink
ci: add --quiet command line option to pip install preventing too muc…
Browse files Browse the repository at this point in the history
…h logs (#949)
  • Loading branch information
lacinoire authored Jun 5, 2020
1 parent 8a844f9 commit 5d39a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/travis-prettifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5d39a2c

Please sign in to comment.