Travis: Wget: Use -nv.

This commit is contained in:
Brandon Amos 2016-01-11 16:58:27 -05:00
parent 49aa43ece3
commit 0cb17becc7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ script:
cd /root/src/openface; \
./models/get-models.sh && \
./data/download-lfw-subset.sh && \
wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
wget -nv http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
-O ./models/openface/nn4.v1.t7 && \
python2 setup.py install && \
./run-tests.sh"